aws.s3control.get_access_grants_instance_resource_policy
Example SQL Queries
SELECT * FROMaws.s3control.get_access_grants_instance_resource_policyWHERE"account_id" = 'VALUE';Description
Returns the resource policy of the S3 Access Grants instance.
- Permissions
You must have the s3:GetAccessGrantsInstanceResourcePolicy 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
| |
| created_at The date and time when you created the S3 Access Grants instance resource policy. | TIMESTAMP_S |
| organization The Organization of the resource policy of the S3 Access Grants instance. | VARCHAR |
| policy The resource policy of the S3 Access Grants instance. | VARCHAR |