aws.iot.get_policy_version
Example SQL Queries
SELECT * FROMaws.iot.get_policy_versionWHERE"policy_name" = 'VALUE'AND "policy_version_id" = 'VALUE';Description
Gets information about the specified policy version.
Requires permission to access the GetPolicyVersion action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| policy_name Required Input Column The policy name. | VARCHAR |
| policy_version_id Required Input Column The policy version ID. | 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 |
| creation_date The date the policy was created. | TIMESTAMP_S |
| generation_id The generation ID of the policy version. | VARCHAR |
| is_default_version Specifies whether the policy version is the default. | BOOLEAN |
| last_modified_date The date the policy was last modified. | TIMESTAMP_S |
| policy_arn The policy ARN. | VARCHAR |
| policy_document The JSON document that describes the policy. | VARCHAR |