Interface CfnApplicationV2.ApplicationSystemRollbackConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationV2.ApplicationSystemRollbackConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationV2
@Stability(Stable)
public static interface CfnApplicationV2.ApplicationSystemRollbackConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Describes the system rollback configuration for a Managed Service for Apache Flink application.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.kinesisanalytics.*; ApplicationSystemRollbackConfigurationProperty applicationSystemRollbackConfigurationProperty = ApplicationSystemRollbackConfigurationProperty.builder() .rollbackEnabled(false) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnApplicationV2.ApplicationSystemRollbackConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRollbackEnabled
Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application.- See Also:
-
builder
@Stability(Stable) static CfnApplicationV2.ApplicationSystemRollbackConfigurationProperty.Builder builder()
-