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();