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
Contains extension methods for
EC2Settings
.
- Assembly
- Cake
.AWS .EC2 .dll - Namespace
- Cake
.AWS .EC2 - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["EC2SettingsExtensions"]
class Type type-node
Syntax
public static class EC2SettingsExtensions
Methods
Name | Value | Summary |
---|---|---|
SetAccessKey |
EC2Settings |
Specifies the AWS Access Key to use as credentials.
static
|
SetRegion |
EC2Settings |
Specifies the endpoints available to AWS clients.
static
|
SetRegion |
EC2Settings |
Specifies the endpoints available to AWS clients.
static
|
SetSecretKey |
EC2Settings |
Specifies the AWS Secret Key to use as credentials.
static
|
SetSessionToken |
EC2Settings |
Specifies the AWS Session Token to use as credentials.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|