state_machine_versions
Retrieves a list of state_machine_versions
in a region
Overview
Name | state_machine_versions |
Type | Resource |
Description | state_machine_versions |
Id | awscc.stepfunctions.state_machine_versions |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.stepfunctions.state_machine_versions
WHERE region = 'us-east-1'
Permissions
To operate on the state_machine_versions
resource, the following permissions are required:
Create
states:PublishStateMachineVersion,
states:ListStateMachineVersions,
states:DescribeStateMachine
List
states:ListStateMachineVersions