Resource Type: AWS > Bedrock > Guardrail Version
The Amazon Bedrock Guardrail Version resource represents an immutable, numbered snapshot of an AWS Bedrock guardrail. Versions are created from the parent guardrail's DRAFT working copy and are referenced by agents, model invocations, and resource policies to pin enforcement to a vetted configuration. This resource type enables governance and inventory of guardrail versions independently of the mutable parent guardrail.
Resource Context
Guardrail Version is a part of the Bedrock service.
Each Guardrail Version lives under a Guardrail.
Controls
The primary controls for AWS > Bedrock > Guardrail Version are:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-bedrock#/resource/types/bedrockGuardrailVersion
- tmod:@turbot/turbot#/resource/categories/machineLearning
- turbot graphql resource --id "tmod:@turbot/aws-bedrock#/resource/types/bedrockGuardrailVersion"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-bedrock#/resource/types/bedrockGuardrailVersion';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-bedrock#/resource/types/bedrockGuardrailVersion"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-bedrock#/resource/types/bedrockGuardrailVersion' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query