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.EC2.
Summary
Specifies the AWS Access Key to use as credentials.
- Assembly
- Cake
.AWS .EC2 .dll - Namespace
- Cake
.AWS .EC2 - Containing Type
- E
C2 Settings Extensions
Syntax
public static EC2Settings SetAccessKey(this EC2Settings settings, string key)
Parameters
Name | Type | Description |
---|---|---|
settings | EC2Settings | The LoadBalancing settings. |
key | string | The AWS Access Key |
Return Value
Type | Description |
---|---|
EC2Settings | The same EC2Settings instance so that multiple calls can be chained. |