aws.s3control.get_access_grants_instance
Example SQL Queries
SELECT * FROMaws.s3control.get_access_grants_instanceWHERE"account_id" = 'VALUE';Description
Retrieves the S3 Access Grants instance for a Region in your account.
- Permissions
You must have the s3:GetAccessGrantsInstance 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 |
| _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_instance_arn The Amazon Resource Name (ARN) of the S3 Access Grants instance. | VARCHAR |
| access_grants_instance_id The ID of the S3 Access Grants instance. The ID is default. You can have one S3 Access Grants instance per Region per account. | VARCHAR |
| created_at The date and time when you created the S3 Access Grants instance. | TIMESTAMP_S |
| identity_center_arn If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the Amazon Web Services IAM Identity Center instance application; a subresource of the original Identity Center instance. S3 Access Grants creates this Identity Center application for the specific S3 Access Grants instance. | VARCHAR |