interface TransitionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_securitylake.CfnDataLake.TransitionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssecuritylake#CfnDataLake_TransitionsProperty |
![]() | software.amazon.awscdk.services.securitylake.CfnDataLake.TransitionsProperty |
![]() | aws_cdk.aws_securitylake.CfnDataLake.TransitionsProperty |
![]() | aws-cdk-lib » aws_securitylake » CfnDataLake » TransitionsProperty |
Provides transition lifecycle details of the Amazon Security Lake object.
For more information about Amazon S3 Lifecycle configurations, see Managing your storage lifecycle in the Amazon Simple Storage Service User Guide .
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_securitylake as securitylake } from 'aws-cdk-lib';
const transitionsProperty: securitylake.CfnDataLake.TransitionsProperty = {
days: 123,
storageClass: 'storageClass',
};
Properties
Name | Type | Description |
---|---|---|
days? | number | The number of days before data transitions to a different S3 Storage Class in the Amazon Security Lake object. |
storage | string | The list of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads. |
days?
Type:
number
(optional)
The number of days before data transitions to a different S3 Storage Class in the Amazon Security Lake object.
storageClass?
Type:
string
(optional)
The list of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads.
The default storage class is S3 Standard.