Class CfnApplicationPropsMixin.ApplicationSnapshotConfigurationProperty
Describes whether snapshots are enabled for a Managed Service for Apache Flink application.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.KinesisAnalyticsV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnApplicationPropsMixin.ApplicationSnapshotConfigurationProperty : CfnApplicationPropsMixin.IApplicationSnapshotConfigurationProperty
Syntax (vb)
Public Class CfnApplicationPropsMixin.ApplicationSnapshotConfigurationProperty Implements CfnApplicationPropsMixin.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.CfnPropertyMixins.AWS.KinesisAnalyticsV2;
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
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.CfnPropertyMixins.AWS.KinesisAnalyticsV2;
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; }