blueprints_list_only
Lists blueprints in a region or regions, for all properties use blueprints
Overview
| Name | blueprints_list_only |
| Type | Resource |
| Description | Definition of AWS::Bedrock::Blueprint Resource Type |
| Id | awscc.bedrock.blueprints_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
blueprint_arn | string | ARN of a Blueprint |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all blueprints in a region.
SELECT
region,
blueprint_arn
FROM awscc.bedrock.blueprints_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the blueprints_list_only resource, see blueprints