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.CodeDeploy.
Summary
Helper method to get the AWS Credentials from environment variables
- Assembly
- Cake
.AWS .CodeDeploy .dll - Namespace
- Cake
.AWS .CodeDeploy - Containing Type
- Cake
Context Extensions
Syntax
public static DeploySettings CreateDeploySettings(this ICakeContext context)
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The cake context. |
Return Value
Type | Description |
---|---|
DeploySettings | A new DeploySettings instance to be used in calls to the IDeployManager . |