Skip to main content

state_machines

Retrieves a list of state_machines in a region

Overview

Namestate_machines
TypeResource
Descriptionstate_machines
Idawscc.stepfunctions.state_machines

Fields

NameDatatypeDescription
arnstring
regionstringAWS 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