@Stability(value=Stable)
public static interface CfnBucket.StorageClassAnalysisProperty
extends software.amazon.jsii.JsiiSerializable
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 Object |
getDataExport()
Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.
|
@Stability(value=Stable) @Nullable default Object getDataExport()
@Stability(value=Stable) static CfnBucket.StorageClassAnalysisProperty.Builder builder()
Copyright © 2022. All rights reserved.