Show / Hide Table of Contents

Class CfnMultiRegionAccessPoint.RegionProperty

A bucket associated with a specific Region when creating Multi-Region Access Points.

Inheritance
System.Object
CfnMultiRegionAccessPoint.RegionProperty
Implements
CfnMultiRegionAccessPoint.IRegionProperty
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.AWS.S3.dll
Syntax (csharp)
public class RegionProperty : Object, CfnMultiRegionAccessPoint.IRegionProperty
Syntax (vb)
Public Class RegionProperty
    Inherits Object
    Implements CfnMultiRegionAccessPoint.IRegionProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-multiregionaccesspoint-region.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;

RegionProperty regionProperty = new RegionProperty {
    Bucket = "bucket"
};

Synopsis

Constructors

RegionProperty()

Properties

Bucket

The name of the associated bucket for the Region.

Constructors

RegionProperty()

public RegionProperty()

Properties

Bucket

The name of the associated bucket for the Region.

public string Bucket { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-multiregionaccesspoint-region.html#cfn-s3-multiregionaccesspoint-region-bucket

Implements

CfnMultiRegionAccessPoint.IRegionProperty
Back to top Generated by DocFX