interface CfnMultiRegionAccessPointPolicyProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.S3.CfnMultiRegionAccessPointPolicyProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awss3#CfnMultiRegionAccessPointPolicyProps |
![]() | software.amazon.awscdk.services.s3.CfnMultiRegionAccessPointPolicyProps |
![]() | aws_cdk.aws_s3.CfnMultiRegionAccessPointPolicyProps |
![]() | aws-cdk-lib » aws_s3 » CfnMultiRegionAccessPointPolicyProps |
Properties for defining a CfnMultiRegionAccessPointPolicy
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_s3 as s3 } from 'aws-cdk-lib';
declare const policy: any;
const cfnMultiRegionAccessPointPolicyProps: s3.CfnMultiRegionAccessPointPolicyProps = {
mrapName: 'mrapName',
policy: policy,
};
Properties
Name | Type | Description |
---|---|---|
mrap | string | The name of the Multi-Region Access Point. |
policy | any | The access policy associated with the Multi-Region Access Point. |
mrapName
Type:
string
The name of the Multi-Region Access Point.
policy
Type:
any
The access policy associated with the Multi-Region Access Point.