--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_s3_multi_region_access_point_policy Resource - terraform-provider-awscc" subcategory: "" description: |- The policy to be attached to a Multi Region Access Point --- # awscc_s3_multi_region_access_point_policy (Resource) The policy to be attached to a Multi Region Access Point ## Schema ### Required - `mrap_name` (String) The name of the Multi Region Access Point to apply policy - `policy` (Map of String) Policy document to apply to a Multi Region Access Point ### Read-Only - `id` (String) Uniquely identifies the resource. - `policy_status` (Attributes) The Policy Status associated with this Multi Region Access Point (see [below for nested schema](#nestedatt--policy_status)) ### Nested Schema for `policy_status` Read-Only: - `is_public` (String) Specifies whether the policy is public or not. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_s3_multi_region_access_point_policy.example ```