flow_tags
Expands all tag keys and values for flows
in a region
Overview
Name | flow_tags |
Type | Resource |
Description | Definition of AWS::Bedrock::Flow Resource Type |
Id | aws.bedrock.flow_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | Arn representation of the Flow |
created_at | string | Time Stamp. |
definition | object | Flow definition |
definition_string | string | A JSON string containing a Definition with the same schema as the Definition property of this resource |
definition_s3_location | object | An Amazon S3 location. |
definition_substitutions | object | When supplied with DefinitionString or DefinitionS3Location, substrings in the definition matching ${keyname} will be replaced with the associated value from this map |
description | string | Description of the flow |
execution_role_arn | string | ARN of a IAM role |
id | string | Identifier for a Flow |
name | string | Name for the flow |
status | string | Schema Type for Flow APIs |
updated_at | string | Time Stamp. |
customer_encryption_key_arn | string | A KMS key ARN |
validations | array | List of flow validations |
version | string | Draft Version. |
test_alias_tags | object | A map of tag keys and values |
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 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