Interface ILambdaDeploymentGroup
Interface for a Lambda deployment groups.
Inherited Members
Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILambdaDeploymentGroup : IResource, IDeploymentGroupRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface ILambdaDeploymentGroup Inherits IResource, IDeploymentGroupRef, IConstruct, IDependable, IEnvironmentAware
Synopsis
Properties
| Application | The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to. |
| DeploymentConfig | The Deployment Configuration this Group uses. |
| DeploymentGroupArn | The ARN of this Deployment Group. |
| DeploymentGroupName | The physical name of the CodeDeploy Deployment Group. |
Properties
Application
The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
ILambdaApplication Application { get; }
Property Value
DeploymentConfig
The Deployment Configuration this Group uses.
ILambdaDeploymentConfig DeploymentConfig { get; }
Property Value
DeploymentGroupArn
The ARN of this Deployment Group.
string DeploymentGroupArn { get; }
Property Value
Remarks
Attribute: true
DeploymentGroupName
The physical name of the CodeDeploy Deployment Group.
string DeploymentGroupName { get; }
Property Value
Remarks
Attribute: true