state_machines_list_only
Lists state_machines
in a region or regions, for all properties use state_machines
Overview
Name | state_machines_list_only |
Type | Resource |
Description | Resource schema for StateMachine |
Id | aws.stepfunctions.state_machines_list_only |
Fields
Name | Datatype | Description |
---|---|---|
definition_substitutions | object | |
definition | object | |
role_arn | string | |
name | string | |
state_machine_type | string | |
tracing_configuration | object | |
definition_string | string | |
logging_configuration | object | |
state_machine_revision_id | string | |
definition_s3_location | object | |
arn | string | |
state_machine_name | string | |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all state_machines
in a region.
SELECT
region,
arn
FROM aws.stepfunctions.state_machines_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the state_machines_list_only
resource, see state_machines