public static interface CfnBucket.StorageClassAnalysisProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.s3.*; StorageClassAnalysisProperty storageClassAnalysisProperty = StorageClassAnalysisProperty.builder() .dataExport(DataExportProperty.builder() .destination(DestinationProperty.builder() .bucketArn("bucketArn") .format("format") // the properties below are optional .bucketAccountId("bucketAccountId") .prefix("prefix") .build()) .outputSchemaVersion("outputSchemaVersion") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnBucket.StorageClassAnalysisProperty.Builder
A builder for
CfnBucket.StorageClassAnalysisProperty |
static class |
CfnBucket.StorageClassAnalysisProperty.Jsii$Proxy
An implementation for
CfnBucket.StorageClassAnalysisProperty |
Modifier and Type | Method and Description |
---|---|
static CfnBucket.StorageClassAnalysisProperty.Builder |
builder() |
default java.lang.Object |
getDataExport()
Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.
|
default java.lang.Object getDataExport()
static CfnBucket.StorageClassAnalysisProperty.Builder builder()