aws.verifiedpermissions.list_policy_stores
Example SQL Queries
SELECT * FROMaws.verifiedpermissions.list_policy_stores;Description
Returns a paginated list of all policy stores in the calling Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the policy store. | VARCHAR |
| created_date The date and time the policy was created. | TIMESTAMP_S |
| description Descriptive text that you can provide to help with identification of the current policy store. | VARCHAR |
| last_updated_date The date and time the policy store was most recently updated. | TIMESTAMP_S |
| policy_store_id The unique identifier of the policy store. | VARCHAR |