Skip to main content

flow_alias_tags

Expands all tag keys and values for flow_aliases in a region

Overview

Nameflow_alias_tags
TypeResource
DescriptionDefinition of AWS::Bedrock::FlowAlias Resource Type
Idaws.bedrock.flow_alias_tags

Fields

NameDatatypeDescription
arnstringArn of the Flow Alias
flow_arnstringArn representation of the Flow
created_atstringTime Stamp.
descriptionstringDescription of the Resource.
flow_idstringIdentifier for a flow resource.
idstringId for a Flow Alias generated at the server side.
namestringName for a resource.
routing_configurationarrayRouting configuration for a Flow alias.
updated_atstringTime Stamp.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all flow_aliases in a region.

SELECT
region,
arn,
flow_arn,
created_at,
description,
flow_id,
id,
name,
routing_configuration,
updated_at,
tag_key,
tag_value
FROM aws.bedrock.flow_alias_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the flow_alias_tags resource, see flow_aliases