MultiRegionAccessPointPolicyArgs

data class MultiRegionAccessPointPolicyArgs(val mrapName: Output<String>? = null, val policy: Output<Any>? = null) : ConvertibleToJava<MultiRegionAccessPointPolicyArgs>

The policy to be attached to a Multi Region Access Point

Constructors

Link copied to clipboard
constructor(mrapName: Output<String>? = null, policy: Output<Any>? = null)

Properties

Link copied to clipboard
val mrapName: Output<String>? = null

The name of the Multi Region Access Point to apply policy

Link copied to clipboard
val policy: Output<Any>? = null

Policy document to apply to a Multi Region Access Point Search the CloudFormation User Guide for AWS::S3::MultiRegionAccessPointPolicy for more information about the expected schema for this property.

Functions

Link copied to clipboard
open override fun toJava(): MultiRegionAccessPointPolicyArgs