aws.cleanroomsml.get_configured_audience_model_policy
Example SQL Queries
SELECT * FROMaws.cleanroomsml.get_configured_audience_model_policyWHERE"configured_audience_model_arn" = 'VALUE';Description
Returns information about a configured audience model policy.
Table Definition
| Column Name | Column Data Type |
|---|---|
| configured_audience_model_arn Required Input Column The Amazon Resource Name (ARN) of the configured audience model. | 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
| |
| configured_audience_model_policy The configured audience model policy. This is a JSON IAM resource policy. | VARCHAR |
| policy_hash A cryptographic hash of the contents of the policy used to prevent unexpected concurrent modification of the policy. | VARCHAR |