Class CfnMultiRegionAccessPointProps
Properties for defining a CfnMultiRegionAccessPoint
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMultiRegionAccessPointProps : Object, ICfnMultiRegionAccessPointProps
Syntax (vb)
Public Class CfnMultiRegionAccessPointProps
Inherits Object
Implements ICfnMultiRegionAccessPointProps
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 cfnMultiRegionAccessPointProps = new CfnMultiRegionAccessPointProps {
Regions = new [] { new RegionProperty {
Bucket = "bucket",
// the properties below are optional
BucketAccountId = "bucketAccountId"
} },
// the properties below are optional
Name = "name",
PublicAccessBlockConfiguration = new PublicAccessBlockConfigurationProperty {
BlockPublicAcls = false,
BlockPublicPolicy = false,
IgnorePublicAcls = false,
RestrictPublicBuckets = false
}
};
Synopsis
Constructors
CfnMultiRegionAccessPointProps() |
Properties
Name | The name of the Multi-Region Access Point. |
PublicAccessBlockConfiguration | The PublicAccessBlock configuration that you want to apply to this Multi-Region Access Point. |
Regions | A collection of the Regions and buckets associated with the Multi-Region Access Point. |
Constructors
CfnMultiRegionAccessPointProps()
public CfnMultiRegionAccessPointProps()
Properties
Name
The name of the Multi-Region Access Point.
public string Name { get; set; }
Property Value
System.String
Remarks
PublicAccessBlockConfiguration
The PublicAccessBlock configuration that you want to apply to this Multi-Region Access Point.
public object PublicAccessBlockConfiguration { get; set; }
Property Value
System.Object
Remarks
You can enable the configuration options in any combination. For more information about when Amazon S3 considers an object public, see The Meaning of "Public" in the Amazon S3 User Guide .
Regions
A collection of the Regions and buckets associated with the Multi-Region Access Point.
public object Regions { get; set; }
Property Value
System.Object