Interface ICfnMultiRegionAccessPointPolicyProps
Properties for defining a CfnMultiRegionAccessPointPolicy
.
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnMultiRegionAccessPointPolicyProps
Syntax (vb)
Public Interface ICfnMultiRegionAccessPointPolicyProps
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 policy;
var cfnMultiRegionAccessPointPolicyProps = new CfnMultiRegionAccessPointPolicyProps {
MrapName = "mrapName",
Policy = policy
};
Synopsis
Properties
MrapName | The name of the Multi-Region Access Point. |
Policy | The access policy associated with the Multi-Region Access Point. |
Properties
MrapName
The name of the Multi-Region Access Point.
string MrapName { get; }
Property Value
System.String
Remarks
Policy
The access policy associated with the Multi-Region Access Point.
object Policy { get; }
Property Value
System.Object