@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:07.350Z") @Stability(value=Stable) public interface CfnDeploymentGroupProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentGroupProps.Builder
A builder for
CfnDeploymentGroupProps |
static class |
CfnDeploymentGroupProps.Jsii$Proxy
An implementation for
CfnDeploymentGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentGroupProps.Builder |
builder() |
default Object |
getAlarmConfiguration()
`AWS::CodeDeploy::DeploymentGroup.AlarmConfiguration`.
|
String |
getApplicationName()
`AWS::CodeDeploy::DeploymentGroup.ApplicationName`.
|
default Object |
getAutoRollbackConfiguration()
`AWS::CodeDeploy::DeploymentGroup.AutoRollbackConfiguration`.
|
default List<String> |
getAutoScalingGroups()
`AWS::CodeDeploy::DeploymentGroup.AutoScalingGroups`.
|
default Object |
getDeployment()
`AWS::CodeDeploy::DeploymentGroup.Deployment`.
|
default String |
getDeploymentConfigName()
`AWS::CodeDeploy::DeploymentGroup.DeploymentConfigName`.
|
default String |
getDeploymentGroupName()
`AWS::CodeDeploy::DeploymentGroup.DeploymentGroupName`.
|
default Object |
getDeploymentStyle()
`AWS::CodeDeploy::DeploymentGroup.DeploymentStyle`.
|
default Object |
getEc2TagFilters()
`AWS::CodeDeploy::DeploymentGroup.Ec2TagFilters`.
|
default Object |
getEc2TagSet()
`AWS::CodeDeploy::DeploymentGroup.Ec2TagSet`.
|
default Object |
getLoadBalancerInfo()
`AWS::CodeDeploy::DeploymentGroup.LoadBalancerInfo`.
|
default Object |
getOnPremisesInstanceTagFilters()
`AWS::CodeDeploy::DeploymentGroup.OnPremisesInstanceTagFilters`.
|
default Object |
getOnPremisesTagSet()
`AWS::CodeDeploy::DeploymentGroup.OnPremisesTagSet`.
|
String |
getServiceRoleArn()
`AWS::CodeDeploy::DeploymentGroup.ServiceRoleArn`.
|
default Object |
getTriggerConfigurations()
`AWS::CodeDeploy::DeploymentGroup.TriggerConfigurations`.
|
@Stability(value=Stable) @NotNull String getApplicationName()
@Stability(value=Stable) @NotNull String getServiceRoleArn()
@Stability(value=Stable) @Nullable default Object getAlarmConfiguration()
@Stability(value=Stable) @Nullable default Object getAutoRollbackConfiguration()
@Stability(value=Stable) @Nullable default List<String> getAutoScalingGroups()
@Stability(value=Stable) @Nullable default Object getDeployment()
@Stability(value=Stable) @Nullable default String getDeploymentConfigName()
@Stability(value=Stable) @Nullable default String getDeploymentGroupName()
@Stability(value=Stable) @Nullable default Object getDeploymentStyle()
@Stability(value=Stable) @Nullable default Object getEc2TagFilters()
@Stability(value=Stable) @Nullable default Object getEc2TagSet()
@Stability(value=Stable) @Nullable default Object getLoadBalancerInfo()
@Stability(value=Stable) @Nullable default Object getOnPremisesInstanceTagFilters()
@Stability(value=Stable) @Nullable default Object getOnPremisesTagSet()
@Stability(value=Stable) @Nullable default Object getTriggerConfigurations()
@Stability(value=Stable) static CfnDeploymentGroupProps.Builder builder()
CfnDeploymentGroupProps.Builder of CfnDeploymentGroupPropsCopyright © 2021. All rights reserved.