Show / Hide Table of Contents

Class CfnApplicationV2.ApplicationSnapshotConfigurationProperty

Describes whether snapshots are enabled for a Managed Service for Apache Flink application.

Inheritance
object
CfnApplicationV2.ApplicationSnapshotConfigurationProperty
Implements
CfnApplicationV2.IApplicationSnapshotConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.KinesisAnalytics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnApplicationV2.ApplicationSnapshotConfigurationProperty : CfnApplicationV2.IApplicationSnapshotConfigurationProperty
Syntax (vb)
Public Class CfnApplicationV2.ApplicationSnapshotConfigurationProperty Implements 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

Constructors

ApplicationSnapshotConfigurationProperty()

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.

Constructors

ApplicationSnapshotConfigurationProperty()

Describes whether snapshots are enabled for a Managed Service for Apache Flink application.

public ApplicationSnapshotConfigurationProperty()
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
             };

Properties

SnapshotsEnabled

Describes whether snapshots are enabled for a Managed Service for Apache Flink application.

public object SnapshotsEnabled { get; set; }
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

Implements

CfnApplicationV2.IApplicationSnapshotConfigurationProperty
Back to top Generated by DocFX