aws.lexv2_models.describe_resource_policy
Example SQL Queries
SELECT * FROMaws.lexv2_models.describe_resource_policyWHERE"resource_arn" = 'VALUE';Description
Gets the resource policy and policy revision for a bot or bot alias.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to. | 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
| |
| policy The JSON structure that contains the resource policy. For more information about the contents of a JSON policy document, see IAM JSON policy reference . | VARCHAR |
| revision_id The current revision of the resource policy. Use the revision ID to make sure that you are updating the most current version of a resource policy when you add a policy statement to a resource, delete a resource, or update a resource. | VARCHAR |