Show / Hide Table of Contents

Class MultiRegionAccessPointPolicyReference

A reference to a MultiRegionAccessPointPolicy resource.

Inheritance
object
MultiRegionAccessPointPolicyReference
Implements
IMultiRegionAccessPointPolicyReference
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.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class MultiRegionAccessPointPolicyReference : IMultiRegionAccessPointPolicyReference
Syntax (vb)
Public Class MultiRegionAccessPointPolicyReference Implements IMultiRegionAccessPointPolicyReference
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.S3;

            var multiRegionAccessPointPolicyReference = new MultiRegionAccessPointPolicyReference {
                MrapName = "mrapName"
            };

Synopsis

Constructors

MultiRegionAccessPointPolicyReference()

A reference to a MultiRegionAccessPointPolicy resource.

Properties

MrapName

The MrapName of the MultiRegionAccessPointPolicy resource.

Constructors

MultiRegionAccessPointPolicyReference()

A reference to a MultiRegionAccessPointPolicy resource.

public MultiRegionAccessPointPolicyReference()
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.S3;

            var multiRegionAccessPointPolicyReference = new MultiRegionAccessPointPolicyReference {
                MrapName = "mrapName"
            };

Properties

MrapName

The MrapName of the MultiRegionAccessPointPolicy resource.

public string MrapName { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IMultiRegionAccessPointPolicyReference
Back to top Generated by DocFX