Interface CfnApplication.ApplicationSnapshotConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnApplication.ApplicationSnapshotConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnApplication

@Stability(Stable) public static interface CfnApplication.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.kinesisanalyticsv2.*;
 ApplicationSnapshotConfigurationProperty applicationSnapshotConfigurationProperty = ApplicationSnapshotConfigurationProperty.builder()
         .snapshotsEnabled(false)
         .build();