Skip to main content

guardrails_list_only

Lists guardrails in a region or regions, for all properties use guardrails

Overview

Nameguardrails_list_only
TypeResource
DescriptionDefinition of AWS::Bedrock::Guardrail Resource Type
Idaws.bedrock.guardrails_list_only

Fields

NameDatatypeDescription
blocked_input_messagingstringMessaging for when violations are detected in text
blocked_outputs_messagingstringMessaging for when violations are detected in text
content_policy_configobjectContent policy config for a guardrail.
created_atstringTime Stamp
descriptionstringDescription of the guardrail or its version
failure_recommendationsarrayList of failure recommendations
guardrail_arnstringArn representation for the guardrail
guardrail_idstringUnique id for the guardrail
kms_key_arnstringThe KMS key with which the guardrail was encrypted at rest
namestringName of the guardrail
sensitive_information_policy_configobjectSensitive information policy config for a guardrail.
statusstringStatus of the guardrail
status_reasonsarrayList of status reasons
tagsarrayList of Tags
topic_policy_configobjectTopic policy config for a guardrail.
updated_atstringTime Stamp
versionstringGuardrail version
word_policy_configobjectWord policy config for a guardrail.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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