Interface CfnStorageLens.IBucketsAndRegionsProperty
This resource contains the details of the buckets and Regions for the Amazon S3 Storage Lens configuration.
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IBucketsAndRegionsProperty
Syntax (vb)
Public Interface IBucketsAndRegionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.S3;
var bucketsAndRegionsProperty = new BucketsAndRegionsProperty {
Buckets = new [] { "buckets" },
Regions = new [] { "regions" }
};
Synopsis
Properties
Buckets | This property contains the details of the buckets for the Amazon S3 Storage Lens configuration. |
Regions | This property contains the details of the Regions for the S3 Storage Lens configuration. |
Properties
Buckets
This property contains the details of the buckets for the Amazon S3 Storage Lens configuration.
virtual string[] Buckets { get; }
Property Value
System.String[]
Remarks
This should be the bucket Amazon Resource Name(ARN). For valid values, see Buckets ARN format here in the Amazon S3 API Reference .
Regions
This property contains the details of the Regions for the S3 Storage Lens configuration.
virtual string[] Regions { get; }
Property Value
System.String[]