Show / Hide Table of Contents

Class CfnMultiRegionAccessPointPolicy.PolicyStatusProperty

The container element for a bucket's policy status.

Inheritance
object
CfnMultiRegionAccessPointPolicy.PolicyStatusProperty
Implements
CfnMultiRegionAccessPointPolicy.IPolicyStatusProperty
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 CfnMultiRegionAccessPointPolicy.PolicyStatusProperty : CfnMultiRegionAccessPointPolicy.IPolicyStatusProperty
Syntax (vb)
Public Class CfnMultiRegionAccessPointPolicy.PolicyStatusProperty Implements CfnMultiRegionAccessPointPolicy.IPolicyStatusProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-multiregionaccesspointpolicy-policystatus.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 policyStatusProperty = new PolicyStatusProperty {
                 IsPublic = "isPublic"
             };

Synopsis

Constructors

PolicyStatusProperty()

The container element for a bucket's policy status.

Properties

IsPublic

The policy status for this bucket.

Constructors

PolicyStatusProperty()

The container element for a bucket's policy status.

public PolicyStatusProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-multiregionaccesspointpolicy-policystatus.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 policyStatusProperty = new PolicyStatusProperty {
                 IsPublic = "isPublic"
             };

Properties

IsPublic

The policy status for this bucket.

public string IsPublic { get; set; }
Property Value

string

Remarks

TRUE indicates that this bucket is public. FALSE indicates that the bucket is not public.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-multiregionaccesspointpolicy-policystatus.html#cfn-s3-multiregionaccesspointpolicy-policystatus-ispublic

Implements

CfnMultiRegionAccessPointPolicy.IPolicyStatusProperty
Back to top Generated by DocFX