public static final class CfnDeploymentGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeploymentGroupProps
software.amazon.jsii.JsiiObject.InitializationModeCfnDeploymentGroupProps.Builder, CfnDeploymentGroupProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAlarmConfiguration()
``AWS::CodeDeploy::DeploymentGroup.AlarmConfiguration``
|
String |
getApplicationName()
``AWS::CodeDeploy::DeploymentGroup.ApplicationName``
|
Object |
getAutoRollbackConfiguration()
``AWS::CodeDeploy::DeploymentGroup.AutoRollbackConfiguration``
|
Object |
getAutoScalingGroups()
``AWS::CodeDeploy::DeploymentGroup.AutoScalingGroups``
|
Object |
getDeployment()
``AWS::CodeDeploy::DeploymentGroup.Deployment``
|
String |
getDeploymentConfigName()
``AWS::CodeDeploy::DeploymentGroup.DeploymentConfigName``
|
String |
getDeploymentGroupName()
``AWS::CodeDeploy::DeploymentGroup.DeploymentGroupName``
|
Object |
getDeploymentStyle()
``AWS::CodeDeploy::DeploymentGroup.DeploymentStyle``
|
Object |
getEc2TagFilters()
``AWS::CodeDeploy::DeploymentGroup.Ec2TagFilters``
|
Object |
getEc2TagSet()
``AWS::CodeDeploy::DeploymentGroup.Ec2TagSet``
|
Object |
getLoadBalancerInfo()
``AWS::CodeDeploy::DeploymentGroup.LoadBalancerInfo``
|
Object |
getOnPremisesInstanceTagFilters()
``AWS::CodeDeploy::DeploymentGroup.OnPremisesInstanceTagFilters``
|
Object |
getOnPremisesTagSet()
``AWS::CodeDeploy::DeploymentGroup.OnPremisesTagSet``
|
String |
getServiceRoleArn()
``AWS::CodeDeploy::DeploymentGroup.ServiceRoleArn``
|
Object |
getTriggerConfigurations()
``AWS::CodeDeploy::DeploymentGroup.TriggerConfigurations``
|
void |
setAlarmConfiguration(CfnDeploymentGroup.AlarmConfigurationProperty value)
``AWS::CodeDeploy::DeploymentGroup.AlarmConfiguration``
|
void |
setAlarmConfiguration(software.amazon.awscdk.Token value)
``AWS::CodeDeploy::DeploymentGroup.AlarmConfiguration``
|
void |
setApplicationName(String value)
``AWS::CodeDeploy::DeploymentGroup.ApplicationName``
|
void |
setAutoRollbackConfiguration(CfnDeploymentGroup.AutoRollbackConfigurationProperty value)
``AWS::CodeDeploy::DeploymentGroup.AutoRollbackConfiguration``
|
void |
setAutoRollbackConfiguration(software.amazon.awscdk.Token value)
``AWS::CodeDeploy::DeploymentGroup.AutoRollbackConfiguration``
|
void |
setAutoScalingGroups(List<Object> value)
``AWS::CodeDeploy::DeploymentGroup.AutoScalingGroups``
|
void |
setAutoScalingGroups(software.amazon.awscdk.Token value)
``AWS::CodeDeploy::DeploymentGroup.AutoScalingGroups``
|
void |
setDeployment(CfnDeploymentGroup.DeploymentProperty value)
``AWS::CodeDeploy::DeploymentGroup.Deployment``
|
void |
setDeployment(software.amazon.awscdk.Token value)
``AWS::CodeDeploy::DeploymentGroup.Deployment``
|
void |
setDeploymentConfigName(String value)
``AWS::CodeDeploy::DeploymentGroup.DeploymentConfigName``
|
void |
setDeploymentGroupName(String value)
``AWS::CodeDeploy::DeploymentGroup.DeploymentGroupName``
|
void |
setDeploymentStyle(CfnDeploymentGroup.DeploymentStyleProperty value)
``AWS::CodeDeploy::DeploymentGroup.DeploymentStyle``
|
void |
setDeploymentStyle(software.amazon.awscdk.Token value)
``AWS::CodeDeploy::DeploymentGroup.DeploymentStyle``
|
void |
setEc2TagFilters(List<Object> value)
``AWS::CodeDeploy::DeploymentGroup.Ec2TagFilters``
|
void |
setEc2TagFilters(software.amazon.awscdk.Token value)
``AWS::CodeDeploy::DeploymentGroup.Ec2TagFilters``
|
void |
setEc2TagSet(CfnDeploymentGroup.EC2TagSetProperty value)
``AWS::CodeDeploy::DeploymentGroup.Ec2TagSet``
|
void |
setEc2TagSet(software.amazon.awscdk.Token value)
``AWS::CodeDeploy::DeploymentGroup.Ec2TagSet``
|
void |
setLoadBalancerInfo(CfnDeploymentGroup.LoadBalancerInfoProperty value)
``AWS::CodeDeploy::DeploymentGroup.LoadBalancerInfo``
|
void |
setLoadBalancerInfo(software.amazon.awscdk.Token value)
``AWS::CodeDeploy::DeploymentGroup.LoadBalancerInfo``
|
void |
setOnPremisesInstanceTagFilters(List<Object> value)
``AWS::CodeDeploy::DeploymentGroup.OnPremisesInstanceTagFilters``
|
void |
setOnPremisesInstanceTagFilters(software.amazon.awscdk.Token value)
``AWS::CodeDeploy::DeploymentGroup.OnPremisesInstanceTagFilters``
|
void |
setOnPremisesTagSet(CfnDeploymentGroup.OnPremisesTagSetProperty value)
``AWS::CodeDeploy::DeploymentGroup.OnPremisesTagSet``
|
void |
setOnPremisesTagSet(software.amazon.awscdk.Token value)
``AWS::CodeDeploy::DeploymentGroup.OnPremisesTagSet``
|
void |
setServiceRoleArn(String value)
``AWS::CodeDeploy::DeploymentGroup.ServiceRoleArn``
|
void |
setTriggerConfigurations(List<Object> value)
``AWS::CodeDeploy::DeploymentGroup.TriggerConfigurations``
|
void |
setTriggerConfigurations(software.amazon.awscdk.Token value)
``AWS::CodeDeploy::DeploymentGroup.TriggerConfigurations``
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public String getApplicationName()
getApplicationName in interface CfnDeploymentGroupPropspublic void setApplicationName(String value)
setApplicationName in interface CfnDeploymentGroupPropspublic String getServiceRoleArn()
getServiceRoleArn in interface CfnDeploymentGroupPropspublic void setServiceRoleArn(String value)
setServiceRoleArn in interface CfnDeploymentGroupProps@Nullable public Object getAlarmConfiguration()
getAlarmConfiguration in interface CfnDeploymentGroupPropspublic void setAlarmConfiguration(@Nullable software.amazon.awscdk.Token value)
setAlarmConfiguration in interface CfnDeploymentGroupPropspublic void setAlarmConfiguration(@Nullable CfnDeploymentGroup.AlarmConfigurationProperty value)
setAlarmConfiguration in interface CfnDeploymentGroupProps@Nullable public Object getAutoRollbackConfiguration()
getAutoRollbackConfiguration in interface CfnDeploymentGroupPropspublic void setAutoRollbackConfiguration(@Nullable software.amazon.awscdk.Token value)
setAutoRollbackConfiguration in interface CfnDeploymentGroupPropspublic void setAutoRollbackConfiguration(@Nullable CfnDeploymentGroup.AutoRollbackConfigurationProperty value)
setAutoRollbackConfiguration in interface CfnDeploymentGroupProps@Nullable public Object getAutoScalingGroups()
getAutoScalingGroups in interface CfnDeploymentGroupPropspublic void setAutoScalingGroups(@Nullable software.amazon.awscdk.Token value)
setAutoScalingGroups in interface CfnDeploymentGroupPropspublic void setAutoScalingGroups(@Nullable List<Object> value)
setAutoScalingGroups in interface CfnDeploymentGroupProps@Nullable public Object getDeployment()
getDeployment in interface CfnDeploymentGroupPropspublic void setDeployment(@Nullable software.amazon.awscdk.Token value)
setDeployment in interface CfnDeploymentGroupPropspublic void setDeployment(@Nullable CfnDeploymentGroup.DeploymentProperty value)
setDeployment in interface CfnDeploymentGroupProps@Nullable public String getDeploymentConfigName()
getDeploymentConfigName in interface CfnDeploymentGroupPropspublic void setDeploymentConfigName(@Nullable String value)
setDeploymentConfigName in interface CfnDeploymentGroupProps@Nullable public String getDeploymentGroupName()
getDeploymentGroupName in interface CfnDeploymentGroupPropspublic void setDeploymentGroupName(@Nullable String value)
setDeploymentGroupName in interface CfnDeploymentGroupProps@Nullable public Object getDeploymentStyle()
getDeploymentStyle in interface CfnDeploymentGroupPropspublic void setDeploymentStyle(@Nullable software.amazon.awscdk.Token value)
setDeploymentStyle in interface CfnDeploymentGroupPropspublic void setDeploymentStyle(@Nullable CfnDeploymentGroup.DeploymentStyleProperty value)
setDeploymentStyle in interface CfnDeploymentGroupProps@Nullable public Object getEc2TagFilters()
getEc2TagFilters in interface CfnDeploymentGroupPropspublic void setEc2TagFilters(@Nullable software.amazon.awscdk.Token value)
setEc2TagFilters in interface CfnDeploymentGroupPropspublic void setEc2TagFilters(@Nullable List<Object> value)
setEc2TagFilters in interface CfnDeploymentGroupProps@Nullable public Object getEc2TagSet()
getEc2TagSet in interface CfnDeploymentGroupPropspublic void setEc2TagSet(@Nullable software.amazon.awscdk.Token value)
setEc2TagSet in interface CfnDeploymentGroupPropspublic void setEc2TagSet(@Nullable CfnDeploymentGroup.EC2TagSetProperty value)
setEc2TagSet in interface CfnDeploymentGroupProps@Nullable public Object getLoadBalancerInfo()
getLoadBalancerInfo in interface CfnDeploymentGroupPropspublic void setLoadBalancerInfo(@Nullable software.amazon.awscdk.Token value)
setLoadBalancerInfo in interface CfnDeploymentGroupPropspublic void setLoadBalancerInfo(@Nullable CfnDeploymentGroup.LoadBalancerInfoProperty value)
setLoadBalancerInfo in interface CfnDeploymentGroupProps@Nullable public Object getOnPremisesInstanceTagFilters()
getOnPremisesInstanceTagFilters in interface CfnDeploymentGroupPropspublic void setOnPremisesInstanceTagFilters(@Nullable software.amazon.awscdk.Token value)
setOnPremisesInstanceTagFilters in interface CfnDeploymentGroupPropspublic void setOnPremisesInstanceTagFilters(@Nullable List<Object> value)
setOnPremisesInstanceTagFilters in interface CfnDeploymentGroupProps@Nullable public Object getOnPremisesTagSet()
getOnPremisesTagSet in interface CfnDeploymentGroupPropspublic void setOnPremisesTagSet(@Nullable software.amazon.awscdk.Token value)
setOnPremisesTagSet in interface CfnDeploymentGroupPropspublic void setOnPremisesTagSet(@Nullable CfnDeploymentGroup.OnPremisesTagSetProperty value)
setOnPremisesTagSet in interface CfnDeploymentGroupProps@Nullable public Object getTriggerConfigurations()
getTriggerConfigurations in interface CfnDeploymentGroupPropspublic void setTriggerConfigurations(@Nullable software.amazon.awscdk.Token value)
setTriggerConfigurations in interface CfnDeploymentGroupPropspublic void setTriggerConfigurations(@Nullable List<Object> value)
setTriggerConfigurations in interface CfnDeploymentGroupPropsCopyright © 2019. All rights reserved.