Show / Hide Table of Contents

Class BucketPolicyReference

A reference to a BucketPolicy resource.

Inheritance
object
BucketPolicyReference
Implements
IBucketPolicyReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IBucketPolicyReference
Back to top Generated by DocFX