guardrails_list_only
Lists guardrails
in a region or regions, for all properties use guardrails
Overview
Name | guardrails_list_only |
Type | Resource |
Description | Definition of AWS::Bedrock::Guardrail Resource Type |
Id | aws.bedrock.guardrails_list_only |
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 |
tags | array | List of Tags |
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. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all guardrails
in a region.
SELECT
region,
guardrail_arn
FROM aws.bedrock.guardrails_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the guardrails_list_only
resource, see guardrails