Interface CfnApplicationV2.IApplicationSnapshotConfigurationProperty
Describes whether snapshots are enabled for a Managed Service for Apache Flink application.
Namespace: Amazon.CDK.AWS.KinesisAnalytics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnApplicationV2.IApplicationSnapshotConfigurationProperty
Syntax (vb)
Public Interface CfnApplicationV2.IApplicationSnapshotConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.KinesisAnalytics;
var applicationSnapshotConfigurationProperty = new ApplicationSnapshotConfigurationProperty {
SnapshotsEnabled = false
};
Synopsis
Properties
| SnapshotsEnabled | Describes whether snapshots are enabled for a Managed Service for Apache Flink application. |
Properties
SnapshotsEnabled
Describes whether snapshots are enabled for a Managed Service for Apache Flink application.
object SnapshotsEnabled { get; }