Class MultiRegionAccessPointPolicyReference
A reference to a MultiRegionAccessPointPolicy resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated