flow_alias_tags
Expands all tag keys and values for flow_aliases
in a region
Overview
Name | flow_alias_tags |
Type | Resource |
Description | Definition of AWS::Bedrock::FlowAlias Resource Type |
Id | aws.bedrock.flow_alias_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | Arn of the Flow Alias |
flow_arn | string | Arn representation of the Flow |
created_at | string | Time Stamp. |
description | string | Description of the Resource. |
flow_id | string | Identifier for a flow resource. |
id | string | Id for a Flow Alias generated at the server side. |
name | string | Name for a resource. |
routing_configuration | array | Routing configuration for a Flow alias. |
updated_at | string | Time Stamp. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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