aws.s3control.describe_multi_region_access_point_operation
Example SQL Queries
SELECT * FROMaws.s3control.describe_multi_region_access_point_operationWHERE"account_id" = 'VALUE'AND "request_token_arn" = 'VALUE';Description
This operation is not supported by directory buckets.
Retrieves the status of an asynchronous request to manage a Multi-Region Access Point. For more information about managing Multi-Region Access Points and how asynchronous requests work, see Using Multi-Region Access Points in the Amazon S3 User Guide.
The following actions are related to GetMultiRegionAccessPoint:
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 |
| request_token_arn Required Input Column The request token associated with the request you want to know about. This request token is returned as part of the response when you make an asynchronous request. You provide this token to query about the status of the asynchronous action. | 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
| |
| async_operation A container element containing the details of the asynchronous operation. | STRUCT( |
Show child fields
| |