Show / Hide Table of Contents

Class CfnStorageLens.BucketsAndRegionsProperty

This resource contains the details of the buckets and Regions for the Amazon S3 Storage Lens configuration.

Inheritance
object
CfnStorageLens.BucketsAndRegionsProperty
Implements
CfnStorageLens.IBucketsAndRegionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStorageLens.BucketsAndRegionsProperty : CfnStorageLens.IBucketsAndRegionsProperty
Syntax (vb)
Public Class CfnStorageLens.BucketsAndRegionsProperty Implements CfnStorageLens.IBucketsAndRegionsProperty
Remarks

See: 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;

             var bucketsAndRegionsProperty = new BucketsAndRegionsProperty {
                 Buckets = new [] { "buckets" },
                 Regions = new [] { "regions" }
             };

Synopsis

Constructors

BucketsAndRegionsProperty()

This resource contains the details of the buckets and Regions for the Amazon S3 Storage Lens configuration.

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.

Constructors

BucketsAndRegionsProperty()

This resource contains the details of the buckets and Regions for the Amazon S3 Storage Lens configuration.

public BucketsAndRegionsProperty()
Remarks

See: 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;

             var bucketsAndRegionsProperty = new BucketsAndRegionsProperty {
                 Buckets = new [] { "buckets" },
                 Regions = new [] { "regions" }
             };

Properties

Buckets

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

public string[]? Buckets { get; set; }
Property Value

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 .

See: 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.

public string[]? Regions { get; set; }
Property Value

string[]

Remarks

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

Implements

CfnStorageLens.IBucketsAndRegionsProperty
Back to top Generated by DocFX