public static interface DeploymentGroupResource.DeploymentProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
DeploymentGroupResource.DeploymentProperty.Builder
A builder for
DeploymentGroupResource.DeploymentProperty |
static class |
DeploymentGroupResource.DeploymentProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static DeploymentGroupResource.DeploymentProperty.Builder |
builder() |
Object |
getDescription()
``DeploymentGroupResource.DeploymentProperty.Description``
|
Object |
getIgnoreApplicationStopFailures()
``DeploymentGroupResource.DeploymentProperty.IgnoreApplicationStopFailures``
|
Object |
getRevision()
``DeploymentGroupResource.DeploymentProperty.Revision``
|
void |
setDescription(software.amazon.awscdk.CloudFormationToken value)
``DeploymentGroupResource.DeploymentProperty.Description``
|
void |
setDescription(String value)
``DeploymentGroupResource.DeploymentProperty.Description``
|
void |
setIgnoreApplicationStopFailures(Boolean value)
``DeploymentGroupResource.DeploymentProperty.IgnoreApplicationStopFailures``
|
void |
setIgnoreApplicationStopFailures(software.amazon.awscdk.CloudFormationToken value)
``DeploymentGroupResource.DeploymentProperty.IgnoreApplicationStopFailures``
|
void |
setRevision(software.amazon.awscdk.CloudFormationToken value)
``DeploymentGroupResource.DeploymentProperty.Revision``
|
void |
setRevision(DeploymentGroupResource.RevisionLocationProperty value)
``DeploymentGroupResource.DeploymentProperty.Revision``
|
Object getRevision()
void setRevision(software.amazon.awscdk.CloudFormationToken value)
void setRevision(DeploymentGroupResource.RevisionLocationProperty value)
Object getDescription()
void setDescription(String value)
void setDescription(software.amazon.awscdk.CloudFormationToken value)
Object getIgnoreApplicationStopFailures()
void setIgnoreApplicationStopFailures(Boolean value)
void setIgnoreApplicationStopFailures(software.amazon.awscdk.CloudFormationToken value)
static DeploymentGroupResource.DeploymentProperty.Builder builder()
Copyright © 2018. All rights reserved.