aws-cdk-lib.aws_s3.CfnMultiRegionAccessPointPolicyProps

interface CfnMultiRegionAccessPointPolicyProps

LanguageType name
.NETAmazon.CDK.AWS.S3.CfnMultiRegionAccessPointPolicyProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awss3#CfnMultiRegionAccessPointPolicyProps
Javasoftware.amazon.awscdk.services.s3.CfnMultiRegionAccessPointPolicyProps
Pythonaws_cdk.aws_s3.CfnMultiRegionAccessPointPolicyProps
TypeScript 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

NameTypeDescription
mrapNamestringThe name of the Multi-Region Access Point.
policyanyThe 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.