public static interface CfnDeploymentGroup.AutoRollbackConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentGroup.AutoRollbackConfigurationProperty.Builder
A builder for
CfnDeploymentGroup.AutoRollbackConfigurationProperty |
static class |
CfnDeploymentGroup.AutoRollbackConfigurationProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentGroup.AutoRollbackConfigurationProperty.Builder |
builder() |
Object |
getEnabled()
``CfnDeploymentGroup.AutoRollbackConfigurationProperty.Enabled``
|
Object |
getEvents()
``CfnDeploymentGroup.AutoRollbackConfigurationProperty.Events``
|
void |
setEnabled(Boolean value)
``CfnDeploymentGroup.AutoRollbackConfigurationProperty.Enabled``
|
void |
setEnabled(software.amazon.awscdk.Token value)
``CfnDeploymentGroup.AutoRollbackConfigurationProperty.Enabled``
|
void |
setEvents(List<Object> value)
``CfnDeploymentGroup.AutoRollbackConfigurationProperty.Events``
|
void |
setEvents(software.amazon.awscdk.Token value)
``CfnDeploymentGroup.AutoRollbackConfigurationProperty.Events``
|
Object getEnabled()
void setEnabled(Boolean value)
void setEnabled(software.amazon.awscdk.Token value)
Object getEvents()
void setEvents(software.amazon.awscdk.Token value)
void setEvents(List<Object> value)
Copyright © 2019. All rights reserved.