aws-cdk-lib.aws_iotanalytics.CfnDataset.VersioningConfigurationProperty

interface VersioningConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTAnalytics.CfnDataset.VersioningConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotanalytics#CfnDataset_VersioningConfigurationProperty
Javasoftware.amazon.awscdk.services.iotanalytics.CfnDataset.VersioningConfigurationProperty
Pythonaws_cdk.aws_iotanalytics.CfnDataset.VersioningConfigurationProperty
TypeScript aws-cdk-lib » aws_iotanalytics » CfnDataset » VersioningConfigurationProperty

Information about the versioning of dataset contents.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotanalytics as iotanalytics } from 'aws-cdk-lib';
const versioningConfigurationProperty: iotanalytics.CfnDataset.VersioningConfigurationProperty = {
  maxVersions: 123,
  unlimited: false,
};

Properties

NameTypeDescription
maxVersions?numberHow many versions of dataset contents are kept.
unlimited?boolean | IResolvableIf true, unlimited versions of dataset contents are kept.

maxVersions?

Type: number (optional)

How many versions of dataset contents are kept.

The unlimited parameter must be false .


unlimited?

Type: boolean | IResolvable (optional)

If true, unlimited versions of dataset contents are kept.