@Generated(value="jsii-pacmak/0.11.3 (build 464b8c6)", date="2019-06-19T15:19:43.939Z") @Stability(value=Experimental) public class CfnDeploymentConfig extends software.amazon.awscdk.CfnResource
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnDeploymentConfig.MinimumHealthyHostsProperty
EXPERIMENTAL
|
| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnDeploymentConfig(software.amazon.awscdk.Construct scope,
String id)
Create a new `AWS::CodeDeploy::DeploymentConfig`.
|
|
CfnDeploymentConfig(software.amazon.awscdk.Construct scope,
String id,
CfnDeploymentConfigProps props)
Create a new `AWS::CodeDeploy::DeploymentConfig`.
|
protected |
CfnDeploymentConfig(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties()
EXPERIMENTAL
|
String |
getDeploymentConfigName()
`AWS::CodeDeploy::DeploymentConfig.DeploymentConfigName`.
|
Object |
getMinimumHealthyHosts()
`AWS::CodeDeploy::DeploymentConfig.MinimumHealthyHosts`.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props)
EXPERIMENTAL
|
void |
setDeploymentConfigName(String value)
`AWS::CodeDeploy::DeploymentConfig.DeploymentConfigName`.
|
void |
setMinimumHealthyHosts(CfnDeploymentConfig.MinimumHealthyHostsProperty value)
`AWS::CodeDeploy::DeploymentConfig.MinimumHealthyHosts`.
|
void |
setMinimumHealthyHosts(software.amazon.awscdk.IResolvable value)
`AWS::CodeDeploy::DeploymentConfig.MinimumHealthyHosts`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, attribute, attribute, getAtt, getCfnResourceType, getOptions, getUpdatedProperites, isCfnResource, toString, validatePropertiesgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, preparegetNode, isConstruct, synthesize, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet@Stability(value=Experimental) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnDeploymentConfig(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental)
public CfnDeploymentConfig(software.amazon.awscdk.Construct scope,
String id,
@Nullable
CfnDeploymentConfigProps props)
scope - - scope in which this resource is defined.id - - scoped id of the resource.props - - resource properties.@Stability(value=Experimental)
public CfnDeploymentConfig(software.amazon.awscdk.Construct scope,
String id)
scope - - scope in which this resource is defined.id - - scoped id of the resource.@Stability(value=Experimental) protected Map<String,Object> renderProperties(Map<String,Object> props)
renderProperties in class software.amazon.awscdk.CfnResource@Stability(value=Experimental) protected Map<String,Object> getCfnProperties()
getCfnProperties in class software.amazon.awscdk.CfnResource@Stability(value=Experimental) @Nullable public String getDeploymentConfigName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname@Stability(value=Experimental) public void setDeploymentConfigName(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-deploymentconfigname@Stability(value=Experimental) @Nullable public Object getMinimumHealthyHosts()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts@Stability(value=Experimental) public void setMinimumHealthyHosts(@Nullable CfnDeploymentConfig.MinimumHealthyHostsProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-minimumhealthyhosts@Stability(value=Experimental) public void setMinimumHealthyHosts(@Nullable software.amazon.awscdk.IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codedeploy-deploymentconfig.html#cfn-codedeploy-deploymentconfig-minimumhealthyhostsCopyright © 2019. All rights reserved.