@Stability(value=Stable)
public static interface CfnApplication.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.kinesisanalyticsv2.*;
ApplicationSnapshotConfigurationProperty applicationSnapshotConfigurationProperty = ApplicationSnapshotConfigurationProperty.builder()
.snapshotsEnabled(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplication.ApplicationSnapshotConfigurationProperty.Builder
A builder for
CfnApplication.ApplicationSnapshotConfigurationProperty |
static class |
CfnApplication.ApplicationSnapshotConfigurationProperty.Jsii$Proxy
An implementation for
CfnApplication.ApplicationSnapshotConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplication.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 CfnApplication.ApplicationSnapshotConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.