Interface CfnApplicationV2.ApplicationSnapshotConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationV2.ApplicationSnapshotConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationV2
@Stability(Stable)
public static interface CfnApplicationV2.ApplicationSnapshotConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics 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.*; ApplicationSnapshotConfigurationProperty applicationSnapshotConfigurationProperty = ApplicationSnapshotConfigurationProperty.builder() .snapshotsEnabled(false) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnApplicationV2.ApplicationSnapshotConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSnapshotsEnabled
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application. -
builder
@Stability(Stable) static CfnApplicationV2.ApplicationSnapshotConfigurationProperty.Builder builder()
-