Class CfnMultiRegionAccessPoint.RegionProperty
A bucket associated with a specific Region when creating Multi-Region Access Points.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RegionProperty : Object, CfnMultiRegionAccessPoint.IRegionProperty
Syntax (vb)
Public Class RegionProperty
Inherits Object
Implements CfnMultiRegionAccessPoint.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
Constructors
Region |
Properties
Bucket | The name of the associated bucket for the Region. |
Bucket |
The AWS account ID that owns the Amazon S3 bucket that's associated with this Multi-Region Access Point. |
Constructors
RegionProperty()
public RegionProperty()
Properties
Bucket
The name of the associated bucket for the Region.
public string Bucket { get; set; }
Property Value
System.
Remarks
BucketAccountId
The AWS account ID that owns the Amazon S3 bucket that's associated with this Multi-Region Access Point.
public string BucketAccountId { get; set; }
Property Value
System.