public static interface CfnDeploymentGroup.DeploymentProperty
extends software.amazon.jsii.JsiiSerializable
| 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()
void setRevision(software.amazon.awscdk.Token value)
void setRevision(CfnDeploymentGroup.RevisionLocationProperty value)
String getDescription()
void setDescription(String value)
Object getIgnoreApplicationStopFailures()
void setIgnoreApplicationStopFailures(Boolean value)
void setIgnoreApplicationStopFailures(software.amazon.awscdk.Token value)
static CfnDeploymentGroup.DeploymentProperty.Builder builder()
Copyright © 2019. All rights reserved.