flow_aliases_list_only
Lists flow_aliases in a region or regions, for all properties use flow_aliases
Overview
| Name | flow_aliases_list_only |
| Type | Resource |
| Description | Definition of AWS::Bedrock::FlowAlias Resource Type |
| Id | aws.bedrock.flow_aliases_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | Arn of the Flow Alias |
flow_arn | string | Arn representation of the Flow |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all flow_aliases in a region.
SELECT
region,
arn,
flow_arn
FROM aws.bedrock.flow_aliases_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the flow_aliases_list_only resource, see flow_aliases