@Stability(value=Stable)
public static interface CfnStorageLens.S3BucketDestinationProperty
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.*;
Object encryption;
S3BucketDestinationProperty s3BucketDestinationProperty = S3BucketDestinationProperty.builder()
.accountId("accountId")
.arn("arn")
.format("format")
.outputSchemaVersion("outputSchemaVersion")
// the properties below are optional
.encryption(encryption)
.prefix("prefix")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStorageLens.S3BucketDestinationProperty.Builder
A builder for
CfnStorageLens.S3BucketDestinationProperty |
static class |
CfnStorageLens.S3BucketDestinationProperty.Jsii$Proxy
An implementation for
CfnStorageLens.S3BucketDestinationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStorageLens.S3BucketDestinationProperty.Builder |
builder() |
String |
getAccountId()
This property contains the details of the AWS account ID of the S3 Storage Lens export bucket destination.
|
String |
getArn()
This property contains the details of the ARN of the bucket destination of the S3 Storage Lens export.
|
default Object |
getEncryption()
This property contains the details of the encryption of the bucket destination of the Amazon S3 Storage Lens metrics export.
|
String |
getFormat()
This property contains the details of the format of the S3 Storage Lens export bucket destination.
|
String |
getOutputSchemaVersion()
This property contains the details of the output schema version of the S3 Storage Lens export bucket destination.
|
default String |
getPrefix()
This property contains the details of the prefix of the bucket destination of the S3 Storage Lens export .
|
@Stability(value=Stable) @NotNull String getAccountId()
@Stability(value=Stable) @NotNull String getArn()
@Stability(value=Stable) @NotNull String getFormat()
@Stability(value=Stable) @NotNull String getOutputSchemaVersion()
@Stability(value=Stable) @Nullable default Object getEncryption()
@Stability(value=Stable) @Nullable default String getPrefix()
@Stability(value=Stable) static CfnStorageLens.S3BucketDestinationProperty.Builder builder()
Copyright © 2022. All rights reserved.