Interface CfnApplication.ApplicationSystemRollbackConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplication.ApplicationSystemRollbackConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnApplication
@Stability(Stable)
public static interface CfnApplication.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.kinesisanalyticsv2.*; ApplicationSystemRollbackConfigurationProperty applicationSystemRollbackConfigurationProperty = ApplicationSystemRollbackConfigurationProperty.builder() .rollbackEnabled(false) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnApplication.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. -
builder
@Stability(Stable) static CfnApplication.ApplicationSystemRollbackConfigurationProperty.Builder builder()
-