aws.verifiedpermissions.get_schema
Example SQL Queries
SELECT * FROMaws.verifiedpermissions.get_schemaWHERE"policy_store_id" = 'VALUE';Description
Retrieve the details for the specified schema in the specified policy store.
Table Definition
| Column Name | Column Data Type |
|---|---|
| policy_store_id Required Input Column The ID of the policy store that contains the schema. | 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 |
| created_date The date and time that the schema was originally created. | TIMESTAMP_S |
| last_updated_date The date and time that the schema was most recently updated. | TIMESTAMP_S |
| namespaces The namespaces of the entities referenced by this schema. | VARCHAR[] |
Show child fields
| |
| schema The body of the schema, written in Cedar schema JSON. | VARCHAR |