aws-cdk-lib.aws_s3.CfnBucket.StorageClassAnalysisProperty

interface StorageClassAnalysisProperty

LanguageType name
.NETAmazon.CDK.AWS.S3.CfnBucket.StorageClassAnalysisProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awss3#CfnBucket_StorageClassAnalysisProperty
Javasoftware.amazon.awscdk.services.s3.CfnBucket.StorageClassAnalysisProperty
Pythonaws_cdk.aws_s3.CfnBucket.StorageClassAnalysisProperty
TypeScript aws-cdk-lib » 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 { aws_s3 as s3 } from 'aws-cdk-lib';
const storageClassAnalysisProperty: s3.CfnBucket.StorageClassAnalysisProperty = {
  dataExport: {
    destination: {
      bucketArn: 'bucketArn',
      format: 'format',

      // the properties below are optional
      bucketAccountId: 'bucketAccountId',
      prefix: 'prefix',
    },
    outputSchemaVersion: 'outputSchemaVersion',
  },
};

Properties

NameTypeDescription
dataExport?IResolvable | DataExportPropertySpecifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.

dataExport?

Type: IResolvable | DataExportProperty (optional)

Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.