aws-cdk-lib.aws_timestream.CfnTable.RetentionPropertiesProperty

interface RetentionPropertiesProperty

LanguageType name
.NETAmazon.CDK.AWS.Timestream.CfnTable.RetentionPropertiesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awstimestream#CfnTable_RetentionPropertiesProperty
Javasoftware.amazon.awscdk.services.timestream.CfnTable.RetentionPropertiesProperty
Pythonaws_cdk.aws_timestream.CfnTable.RetentionPropertiesProperty
TypeScript aws-cdk-lib » aws_timestream » CfnTable » RetentionPropertiesProperty

Retention properties contain the duration for which your time-series data must be stored in the magnetic store and the memory store.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_timestream as timestream } from 'aws-cdk-lib';
const retentionPropertiesProperty: timestream.CfnTable.RetentionPropertiesProperty = {
  magneticStoreRetentionPeriodInDays: 'magneticStoreRetentionPeriodInDays',
  memoryStoreRetentionPeriodInHours: 'memoryStoreRetentionPeriodInHours',
};

Properties

NameTypeDescription
magneticStoreRetentionPeriodInDays?stringThe duration for which data must be stored in the magnetic store.
memoryStoreRetentionPeriodInHours?stringThe duration for which data must be stored in the memory store.

magneticStoreRetentionPeriodInDays?

Type: string (optional)

The duration for which data must be stored in the magnetic store.


memoryStoreRetentionPeriodInHours?

Type: string (optional)

The duration for which data must be stored in the memory store.