Interface IBaseDeploymentConfig
The base class for ServerDeploymentConfig, EcsDeploymentConfig, and LambdaDeploymentConfig deployment configurations.
Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IBaseDeploymentConfig
Syntax (vb)
Public Interface IBaseDeploymentConfig
Synopsis
Properties
DeploymentConfigArn | The ARN of the Deployment Configuration. |
DeploymentConfigName | The physical, human-readable name of the Deployment Configuration. |
Properties
DeploymentConfigArn
The ARN of the Deployment Configuration.
string DeploymentConfigArn { get; }
Property Value
System.String
Remarks
Attribute: true
DeploymentConfigName
The physical, human-readable name of the Deployment Configuration.
string DeploymentConfigName { get; }
Property Value
System.String
Remarks
Attribute: true