flow_versions_list_only
Lists flow_versions
in a region or regions, for all properties use flow_versions
Overview
Name | flow_versions_list_only |
Type | Resource |
Description | Definition of AWS::Bedrock::FlowVersion Resource Type |
Id | aws.bedrock.flow_versions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
flow_arn | string | Arn representation of the Flow |
version | string | Numerical Version. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all flow_versions
in a region.
SELECT
region,
flow_arn,
version
FROM aws.bedrock.flow_versions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the flow_versions_list_only
resource, see flow_versions