guardrail_tags
Expands all tag keys and values for guardrails
in a region
Overview
Name | guardrail_tags |
Type | Resource |
Description | Definition of AWS::Bedrock::Guardrail Resource Type |
Id | aws.bedrock.guardrail_tags |
Fields
Name | Datatype | Description |
---|---|---|
blocked_input_messaging | string | Messaging for when violations are detected in text |
blocked_outputs_messaging | string | Messaging for when violations are detected in text |
content_policy_config | object | Content policy config for a guardrail. |
created_at | string | Time Stamp |
description | string | Description of the guardrail or its version |
failure_recommendations | array | List of failure recommendations |
guardrail_arn | string | Arn representation for the guardrail |
guardrail_id | string | Unique id for the guardrail |
kms_key_arn | string | The KMS key with which the guardrail was encrypted at rest |
name | string | Name of the guardrail |
sensitive_information_policy_config | object | Sensitive information policy config for a guardrail. |
status | string | Status of the guardrail |
status_reasons | array | List of status reasons |
topic_policy_config | object | Topic policy config for a guardrail. |
updated_at | string | Time Stamp |
version | string | Guardrail version |
word_policy_config | object | Word policy config for a guardrail. |
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 guardrails
in a region.
SELECT
region,
blocked_input_messaging,
blocked_outputs_messaging,
content_policy_config,
created_at,
description,
failure_recommendations,
guardrail_arn,
guardrail_id,
kms_key_arn,
name,
sensitive_information_policy_config,
status,
status_reasons,
topic_policy_config,
updated_at,
version,
word_policy_config,
tag_key,
tag_value
FROM aws.bedrock.guardrail_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the guardrail_tags
resource, see guardrails