interface ApplicationSnapshotConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.KinesisAnalyticsV2.CfnApplicationPropsMixin.ApplicationSnapshotConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awskinesisanalyticsv2#CfnApplicationPropsMixin_ApplicationSnapshotConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.kinesisanalyticsv2.CfnApplicationPropsMixin.ApplicationSnapshotConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_kinesisanalyticsv2.CfnApplicationPropsMixin.ApplicationSnapshotConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_kinesisanalyticsv2 » CfnApplicationPropsMixin » ApplicationSnapshotConfigurationProperty |
Describes whether snapshots are enabled for a Managed Service for Apache Flink application.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kinesisanalyticsv2 as kinesisanalyticsv2 } from '@aws-cdk/cfn-property-mixins';
const applicationSnapshotConfigurationProperty: kinesisanalyticsv2.CfnApplicationPropsMixin.ApplicationSnapshotConfigurationProperty = {
snapshotsEnabled: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| snapshots | boolean | IResolvable | Describes whether snapshots are enabled for a Managed Service for Apache Flink application. |
snapshotsEnabled?
Type:
boolean | IResolvable
(optional)
Describes whether snapshots are enabled for a Managed Service for Apache Flink application.

.NET
Go
Java
Python
TypeScript