Skip to main content

flow_aliases_list_only

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

Overview

Nameflow_aliases_list_only
TypeResource
DescriptionDefinition of AWS::Bedrock::FlowAlias Resource Type
Idaws.bedrock.flow_aliases_list_only

Fields

NameDatatypeDescription
arnstringArn of the Flow Alias
flow_arnstringArn representation of the Flow
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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