Class MultiRegionAccessPointPolicyDetailsArgs


  • public final class MultiRegionAccessPointPolicyDetailsArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • name

        public com.pulumi.core.Output<java.lang.String> name()
        Returns:
        The name of the Multi-Region Access Point.
      • policy

        public com.pulumi.core.Output<java.lang.String> policy()
        Returns:
        A valid JSON document that specifies the policy that you want to associate with this Multi-Region Access Point. Once applied, the policy can be edited, but not deleted. For more information, see the documentation on [Multi-Region Access Point Permissions](https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointPermissions.html). > **NOTE:** When you update the `policy`, the update is first listed as the proposed policy. After the update is finished and all Regions have been updated, the proposed policy is listed as the established policy. If both policies have the same version number, the proposed policy is the established policy.