aws.verifiedpermissions.get_policy_store
Example SQL Queries
SELECT * FROMaws.verifiedpermissions.get_policy_storeWHERE"policy_store_id" = 'VALUE';Description
Retrieves details about a policy store.
Table Definition
| Column Name | Column Data Type |
|---|---|
| policy_store_id Required Input Column The ID of the policy store; | 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
| |
| _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 that the policy store was originally 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 that the policy store was last updated. | TIMESTAMP_S |
| validation_settings The current validation settings for the policy store. | STRUCT( |
Show child fields
| |