aws.s3control.list_access_grants_instances
Example SQL Queries
SELECT * FROMaws.s3control.list_access_grants_instancesWHERE"account_id" = 'VALUE';Description
Returns a list of S3 Access Grants instances. An S3 Access Grants instance serves as a logical grouping for your individual access grants. You can only have one S3 Access Grants instance per Region per account.
- Permissions
You must have the s3:ListAccessGrantsInstances permission to use this operation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The ID of the Amazon Web Services account that is making this request. | VARCHAR |
| max_results Input Column The maximum number of access grants that you would like returned in the List Access Grants response. If the results include the pagination token NextToken, make another call using the NextToken to determine if there are more results. | BIGINT |
| next_token Input Column A pagination token to request the next page of results. Pass this value into a subsequent List Access Grants Instances request in order to retrieve the next page of results. | 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
| |
| access_grants_instances_list A container for a list of S3 Access Grants instances. | STRUCT( |
Show child fields
| |