interface StorageClassAnalysisProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.S3.CfnBucket.StorageClassAnalysisProperty |
Java | software.amazon.awscdk.services.s3.CfnBucket.StorageClassAnalysisProperty |
Python | aws_cdk.aws_s3.CfnBucket.StorageClassAnalysisProperty |
TypeScript | @aws-cdk/aws-s3 » CfnBucket » StorageClassAnalysisProperty |
Specifies data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes for an Amazon S3 bucket.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as s3 from '@aws-cdk/aws-s3';
const storageClassAnalysisProperty: s3.CfnBucket.StorageClassAnalysisProperty = {
dataExport: {
destination: {
bucketArn: 'bucketArn',
format: 'format',
// the properties below are optional
bucketAccountId: 'bucketAccountId',
prefix: 'prefix',
},
outputSchemaVersion: 'outputSchemaVersion',
},
};
Properties
Name | Type | Description |
---|---|---|
data | IResolvable | Data | Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported. |
dataExport?
Type:
IResolvable
|
Data
(optional)
Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.