MultiRegionAccessPointPolicy

class MultiRegionAccessPointPolicy : KotlinCustomResource

Provides a resource to manage an S3 Multi-Region Access Point access control policy.

Example Usage

Import

Using pulumi import, import Multi-Region Access Point Policies using the account_id and name of the Multi-Region Access Point separated by a colon (:). For example:

$ pulumi import aws:s3control/multiRegionAccessPointPolicy:MultiRegionAccessPointPolicy example 123456789012:example

Properties

Link copied to clipboard
val accountId: Output<String>

The AWS account ID for the owner of the Multi-Region Access Point. Defaults to automatically determined account ID of the AWS provider.

Link copied to clipboard

A configuration block containing details about the policy for the Multi-Region Access Point. See Details Configuration Block below for more details

Link copied to clipboard
val established: Output<String>

The last established policy for the Multi-Region Access Point.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val proposed: Output<String>

The proposed policy for the Multi-Region Access Point.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>