state_machines
Retrieves a list of state_machines
in a region
Overview
Name | state_machines |
Type | Resource |
Description | state_machines |
Id | awscc.stepfunctions.state_machines |
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_machines
WHERE region = 'us-east-1'
Permissions
To operate on the state_machines
resource, the following permissions are required:
Create
states:CreateStateMachine,
states:DescribeStateMachine,
states:TagResource,
iam:PassRole,
s3:GetObject
List
states:ListStateMachines