Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationsnapshotconfiguration.html

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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationsnapshotconfiguration.html#cfn-kinesisanalyticsv2-application-applicationsnapshotconfiguration-snapshotsenabled

Type union: either bool or IResolvable

Back to top Generated by DocFX