@Stability(value=Stable)
public static interface CfnApplicationV2.ApplicationSnapshotConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplicationV2.ApplicationSnapshotConfigurationProperty.Builder
|
static class |
CfnApplicationV2.ApplicationSnapshotConfigurationProperty.Jsii$Proxy
An implementation for
CfnApplicationV2.ApplicationSnapshotConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplicationV2.ApplicationSnapshotConfigurationProperty.Builder |
builder() |
Object |
getSnapshotsEnabled()
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
|
@Stability(value=Stable) @NotNull Object getSnapshotsEnabled()
@Stability(value=Stable) static CfnApplicationV2.ApplicationSnapshotConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.