Skip to main content

flow_tags

Expands all tag keys and values for flows in a region

Overview

Nameflow_tags
TypeResource
DescriptionDefinition of AWS::Bedrock::Flow Resource Type
Idaws.bedrock.flow_tags

Fields

NameDatatypeDescription
arnstringArn representation of the Flow
created_atstringTime Stamp.
definitionobjectFlow definition
definition_stringstringA JSON string containing a Definition with the same schema as the Definition property of this resource
definition_s3_locationobjectAn Amazon S3 location.
definition_substitutionsobjectWhen supplied with DefinitionString or DefinitionS3Location, substrings in the definition matching ${keyname} will be replaced with the associated value from this map
descriptionstringDescription of the flow
execution_role_arnstringARN of a IAM role
idstringIdentifier for a Flow
namestringName for the flow
statusstringSchema Type for Flow APIs
updated_atstringTime Stamp.
customer_encryption_key_arnstringA KMS key ARN
validationsarrayList of flow validations
versionstringDraft Version.
test_alias_tagsobjectA map of tag keys and values
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all flows in a region.

SELECT
region,
arn,
created_at,
definition,
definition_string,
definition_s3_location,
definition_substitutions,
description,
execution_role_arn,
id,
name,
status,
updated_at,
customer_encryption_key_arn,
validations,
version,
test_alias_tags,
tag_key,
tag_value
FROM aws.bedrock.flow_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the flow_tags resource, see flows