prompt_tags
Expands all tag keys and values for prompts in a region
Overview
| Name | prompt_tags |
| Type | Resource |
| Description | Definition of AWS::Bedrock::Prompt Resource Type |
| Id | aws.bedrock.prompt_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | ARN of a prompt resource possibly with a version |
created_at | string | Time Stamp. |
default_variant | string | Name for a variant. |
description | string | Name for a prompt resource. |
id | string | Identifier for a Prompt |
name | string | Name for a prompt resource. |
updated_at | string | Time Stamp. |
variants | array | List of prompt variants |
customer_encryption_key_arn | string | A KMS key ARN |
version | string | Draft Version. |
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 prompts in a region.
SELECT
region,
arn,
created_at,
default_variant,
description,
id,
name,
updated_at,
variants,
customer_encryption_key_arn,
version,
tag_key,
tag_value
FROM aws.bedrock.prompt_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the prompt_tags resource, see prompts