Interface ILambdaDeploymentGroup.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IDeploymentGroupRef,IDeploymentGroupRef.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,ILambdaDeploymentGroup,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ILambdaDeploymentGroup.Jsii$Proxy
- Enclosing interface:
ILambdaDeploymentGroup
@Internal
public static interface ILambdaDeploymentGroup.Jsii$Default
extends ILambdaDeploymentGroup, IResource.Jsii$Default, IDeploymentGroupRef.Jsii$Default
Internal default implementation for
ILambdaDeploymentGroup.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.codedeploy.IDeploymentGroupRef
IDeploymentGroupRef.Jsii$Default, IDeploymentGroupRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.codedeploy.ILambdaDeploymentGroup
ILambdaDeploymentGroup.Jsii$Default, ILambdaDeploymentGroup.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault ILambdaApplicationThe reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.default ILambdaDeploymentConfigThe Deployment Configuration this Group uses.default StringThe ARN of this Deployment Group.default StringThe physical name of the CodeDeploy Deployment Group.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.codedeploy.IDeploymentGroupRef.Jsii$Default
getDeploymentGroupRefMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplication
The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.- Specified by:
getApplicationin interfaceILambdaDeploymentGroup
-
getDeploymentConfig
The Deployment Configuration this Group uses.- Specified by:
getDeploymentConfigin interfaceILambdaDeploymentGroup
-
getDeploymentGroupArn
The ARN of this Deployment Group.- Specified by:
getDeploymentGroupArnin interfaceILambdaDeploymentGroup
-
getDeploymentGroupName
The physical name of the CodeDeploy Deployment Group.- Specified by:
getDeploymentGroupNamein interfaceILambdaDeploymentGroup
-