Show / Hide Table of Contents

Interface ILambdaDeploymentGroup

Interface for a Lambda deployment groups.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IDeploymentGroupRef.DeploymentGroupRef
IEnvironmentAware.Env
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

ILambdaApplication

DeploymentConfig

The Deployment Configuration this Group uses.

ILambdaDeploymentConfig DeploymentConfig { get; }
Property Value

ILambdaDeploymentConfig

DeploymentGroupArn

The ARN of this Deployment Group.

string DeploymentGroupArn { get; }
Property Value

string

Remarks

Attribute: true

DeploymentGroupName

The physical name of the CodeDeploy Deployment Group.

string DeploymentGroupName { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX