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
Deploys an application revision through the specified deployment group.
Syntax
public Task<bool> CreateDeployment(string applicationName, string deploymentGroup, DeploySettings settings, CancellationToken cancellationToken = null)
Attributes
Type |
Description |
AsyncStateMachineAttribute |
|
Parameters
Name |
Type |
Description |
applicationName |
string |
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account. |
deploymentGroup |
string |
The name of the deployment group. |
settings |
DeploySettings |
The DeploySettings used during the request to AWS. |
cancellationToken |
CancellationToken |
A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Return Value
Type |
Description |
Task<bool> |
|