ai_prompt_tags
Expands all tag keys and values for ai_prompts
in a region
Overview
Name | ai_prompt_tags |
Type | Resource |
Description | Definition of AWS::Wisdom::AIPrompt Resource Type |
Id | aws.wisdom.ai_prompt_tags |
Fields
Name | Datatype | Description |
---|---|---|
a_iprompt_id | string | |
a_iprompt_arn | string | |
api_format | string | |
assistant_id | string | |
assistant_arn | string | |
description | string | |
model_id | string | |
name | string | |
template_configuration | object | |
template_type | string | |
type | string | |
modified_time_seconds | number | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all ai_prompts
in a region.
SELECT
region,
a_iprompt_id,
a_iprompt_arn,
api_format,
assistant_id,
assistant_arn,
description,
model_id,
name,
template_configuration,
template_type,
type,
modified_time_seconds,
tag_key,
tag_value
FROM aws.wisdom.ai_prompt_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the ai_prompt_tags
resource, see ai_prompts