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 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.*; ApplicationSnapshotConfigurationProperty applicationSnapshotConfigurationProperty = ApplicationSnapshotConfigurationProperty.builder() .snapshotsEnabled(false) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApplication.ApplicationSnapshotConfigurationProperty
static final class
An implementation forCfnApplication.ApplicationSnapshotConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Describes whether snapshots are enabled for a Managed Service for Apache Flink application.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSnapshotsEnabled
Describes whether snapshots are enabled for a Managed Service for Apache Flink application.- See Also:
-
builder
-