IDeployManager.

RegisterApplicationRevision(string, DeploySettings, CancellationToken) Method

Summary

Registers with AWS CodeDeploy a revision for the specified application.
Assembly
Cake.AWS.CodeDeploy.dll
Namespace
Cake.AWS.CodeDeploy
Containing Type
IDeployManager

Syntax

Task<bool> RegisterApplicationRevision(string applicationName, DeploySettings settings, CancellationToken cancellationToken = null)

Parameters

Name Type Description
applicationName string The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
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>