Class CfnMultiRegionAccessPointPolicy.PolicyStatusProperty
The container element for a bucket's policy status.
Inherited Members
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMultiRegionAccessPointPolicy.PolicyStatusProperty : CfnMultiRegionAccessPointPolicy.IPolicyStatusPropertySyntax (vb)
Public Class CfnMultiRegionAccessPointPolicy.PolicyStatusProperty Implements CfnMultiRegionAccessPointPolicy.IPolicyStatusPropertyRemarks
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
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
Remarks
TRUE indicates that this bucket is public. FALSE indicates that the bucket is not public.