Class BucketPolicyReference
A reference to a BucketPolicy resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.S3Outposts
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class BucketPolicyReference : IBucketPolicyReference
Syntax (vb)
Public Class BucketPolicyReference Implements IBucketPolicyReference
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.Interfaces.S3Outposts;
var bucketPolicyReference = new BucketPolicyReference {
Bucket = "bucket"
};
Synopsis
Constructors
| BucketPolicyReference() | A reference to a BucketPolicy resource. |
Properties
| Bucket | The Bucket of the BucketPolicy resource. |
Constructors
BucketPolicyReference()
A reference to a BucketPolicy resource.
public BucketPolicyReference()
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.Interfaces.S3Outposts;
var bucketPolicyReference = new BucketPolicyReference {
Bucket = "bucket"
};
Properties
Bucket
The Bucket of the BucketPolicy resource.
public string Bucket { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated