This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AWS.ElasticLoadBalancing.
Summary
Specifies the AWS Access Key to use as credentials.
- Assembly
- Cake
.AWS . Elastic Load Balancing .dll - Namespace
- Cake
.AWS . Elastic Load Balancing - Containing Type
- Load
Balancing Settings Extensions
Syntax
public static LoadBalancingSettings SetAccessKey(this LoadBalancingSettings settings, string key)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | Load |
The LoadBalancing settings. |
| key | string | The AWS Access Key |
Return Value
| Type | Description |
|---|---|
| Load |
The same LoadBalancingSettings instance so that multiple calls can be chained. |
