Interface CfnMultiRegionAccessPoint.IRegionProperty
A bucket associated with a specific Region when creating Multi-Region Access Points.
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRegionProperty
Syntax (vb)
Public Interface IRegionProperty
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 regionProperty = new RegionProperty {
Bucket = "bucket",
// the properties below are optional
BucketAccountId = "bucketAccountId"
};
Synopsis
Properties
Bucket | The name of the associated bucket for the Region. |
BucketAccountId | The AWS account ID that owns the Amazon S3 bucket that's associated with this Multi-Region Access Point. |
Properties
Bucket
The name of the associated bucket for the Region.
string Bucket { get; }
Property Value
System.String
Remarks
BucketAccountId
The AWS account ID that owns the Amazon S3 bucket that's associated with this Multi-Region Access Point.
virtual string BucketAccountId { get; }
Property Value
System.String