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 |
---|---|---|
guardrail_arn | string | Arn representation for the 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