state_machine_versions_list_only
Lists state_machine_versions in a region or regions, for all properties use state_machine_versions
Overview
| Name | state_machine_versions_list_only |
| Type | Resource |
| Description | Resource schema for StateMachineVersion |
| Id | aws.stepfunctions.state_machine_versions_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all state_machine_versions in a region.
SELECT
region,
arn
FROM aws.stepfunctions.state_machine_versions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the state_machine_versions_list_only resource, see state_machine_versions