public static interface CfnDeploymentGroup.DeploymentProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentGroup.DeploymentProperty.Builder
A builder for
CfnDeploymentGroup.DeploymentProperty |
static class |
CfnDeploymentGroup.DeploymentProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentGroup.DeploymentProperty.Builder |
builder() |
String |
getDescription()
`CfnDeploymentGroup.DeploymentProperty.Description`
|
Object |
getIgnoreApplicationStopFailures()
`CfnDeploymentGroup.DeploymentProperty.IgnoreApplicationStopFailures`
|
Object |
getRevision()
`CfnDeploymentGroup.DeploymentProperty.Revision`
|
void |
setDescription(String value)
`CfnDeploymentGroup.DeploymentProperty.Description`
|
void |
setIgnoreApplicationStopFailures(Boolean value)
`CfnDeploymentGroup.DeploymentProperty.IgnoreApplicationStopFailures`
|
void |
setIgnoreApplicationStopFailures(software.amazon.awscdk.Token value)
`CfnDeploymentGroup.DeploymentProperty.IgnoreApplicationStopFailures`
|
void |
setRevision(CfnDeploymentGroup.RevisionLocationProperty value)
`CfnDeploymentGroup.DeploymentProperty.Revision`
|
void |
setRevision(software.amazon.awscdk.Token value)
`CfnDeploymentGroup.DeploymentProperty.Revision`
|
Object getRevision()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-revisionvoid setRevision(software.amazon.awscdk.Token value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-revisionvoid setRevision(CfnDeploymentGroup.RevisionLocationProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-revisionString getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-descriptionvoid setDescription(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-descriptionObject getIgnoreApplicationStopFailures()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailuresvoid setIgnoreApplicationStopFailures(Boolean value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailuresvoid setIgnoreApplicationStopFailures(software.amazon.awscdk.Token value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html#cfn-properties-codedeploy-deploymentgroup-deployment-ignoreapplicationstopfailuresstatic CfnDeploymentGroup.DeploymentProperty.Builder builder()
Copyright © 2019. All rights reserved.