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