Interface IEcsDeploymentGroup.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IDeploymentGroupRef,IDeploymentGroupRef.Jsii$Default,IEcsDeploymentGroup,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IEcsDeploymentGroup.Jsii$Proxy
- Enclosing interface:
IEcsDeploymentGroup
@Internal
public static interface IEcsDeploymentGroup.Jsii$Default
extends IEcsDeploymentGroup, IResource.Jsii$Default, IDeploymentGroupRef.Jsii$Default
Internal default implementation for
IEcsDeploymentGroup.-
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.services.codedeploy.IEcsDeploymentGroup
IEcsDeploymentGroup.Jsii$Default, IEcsDeploymentGroup.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.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault IEcsApplicationThe reference to the CodeDeploy ECS Application that this Deployment Group belongs to.default IEcsDeploymentConfigThe 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 ECS Application that this Deployment Group belongs to.- Specified by:
getApplicationin interfaceIEcsDeploymentGroup
-
getDeploymentConfig
The Deployment Configuration this Group uses.- Specified by:
getDeploymentConfigin interfaceIEcsDeploymentGroup
-
getDeploymentGroupArn
The ARN of this Deployment Group.- Specified by:
getDeploymentGroupArnin interfaceIEcsDeploymentGroup
-
getDeploymentGroupName
The physical name of the CodeDeploy Deployment Group.- Specified by:
getDeploymentGroupNamein interfaceIEcsDeploymentGroup
-