Show / Hide Table of Contents

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.AWS.S3.dll
Syntax (csharp)
public interface IBucketsAndRegionsProperty
Syntax (vb)
Public Interface IBucketsAndRegionsProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-bucketsandregions.html

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;

BucketsAndRegionsProperty 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 .

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-bucketsandregions.html#cfn-s3-storagelens-bucketsandregions-buckets

Regions

This property contains the details of the Regions for the S3 Storage Lens configuration.

virtual string[] Regions { get; }
Property Value

System.String[]

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-bucketsandregions.html#cfn-s3-storagelens-bucketsandregions-regions

Back to top Generated by DocFX