@Stability(value=Stable)
public static interface CfnStorageLens.BucketsAndRegionsProperty
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.*;
BucketsAndRegionsProperty bucketsAndRegionsProperty = BucketsAndRegionsProperty.builder()
.buckets(List.of("buckets"))
.regions(List.of("regions"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStorageLens.BucketsAndRegionsProperty.Builder
A builder for
CfnStorageLens.BucketsAndRegionsProperty |
static class |
CfnStorageLens.BucketsAndRegionsProperty.Jsii$Proxy
An implementation for
CfnStorageLens.BucketsAndRegionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStorageLens.BucketsAndRegionsProperty.Builder |
builder() |
default List<String> |
getBuckets()
This property contains the details of the buckets for the Amazon S3 Storage Lens configuration.
|
default List<String> |
getRegions()
This property contains the details of the Regions for the S3 Storage Lens configuration.
|
@Stability(value=Stable) @Nullable default List<String> getBuckets()
This should be the bucket Amazon Resource Name(ARN). For valid values, see Buckets ARN format here in the Amazon S3 API Reference .
@Stability(value=Stable) @Nullable default List<String> getRegions()
@Stability(value=Stable) static CfnStorageLens.BucketsAndRegionsProperty.Builder builder()
Copyright © 2022. All rights reserved.