aws.s3control.get_multi_region_access_point_policy
Example SQL Queries
SELECT * FROMaws.s3control.get_multi_region_access_point_policyWHERE"account_id" = 'VALUE'AND "name" = 'VALUE';Description
This operation is not supported by directory buckets.
Returns the access control policy of the specified Multi-Region Access Point.
This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around working with Multi-Region Access Points, see Multi-Region Access Point restrictions and limitations in the Amazon S3 User Guide.
The following actions are related to GetMultiRegionAccessPointPolicy:
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The Amazon Web Services account ID for the owner of the Multi-Region Access Point. | VARCHAR |
| name Required Input Column Specifies the Multi-Region Access Point. The name of the Multi-Region Access Point is different from the alias. For more information about the distinction between the name and the alias of an Multi-Region Access Point, see Rules for naming Amazon S3 Multi-Region Access Points in the Amazon S3 User Guide. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| policy The policy associated with the specified Multi-Region Access Point. | STRUCT( |
Show child fields
| |