Interface CfnStorageLens.BucketsAndRegionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStorageLens.BucketsAndRegionsProperty.Jsii$Proxy
- Enclosing class:
CfnStorageLens
@Stability(Stable)
public static interface CfnStorageLens.BucketsAndRegionsProperty
extends software.amazon.jsii.JsiiSerializable
This resource contains the details of the buckets and Regions for the Amazon S3 Storage Lens configuration.
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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnStorageLens.BucketsAndRegionsProperty
static final class
An implementation forCfnStorageLens.BucketsAndRegionsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
This property contains the details of the buckets for the Amazon S3 Storage Lens configuration.This property contains the details of the Regions for the S3 Storage Lens configuration.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBuckets
This property contains the details of the buckets for the Amazon S3 Storage Lens configuration.This should be the bucket Amazon Resource Name(ARN). For valid values, see Buckets ARN format here in the Amazon S3 API Reference .
- See Also:
-
getRegions
This property contains the details of the Regions for the S3 Storage Lens configuration.- See Also:
-
builder
-