state_machine
Gets an individual state_machine
resource
Overview
Name | state_machine |
Type | Resource |
Description | state_machine |
Id | awscc.stepfunctions.state_machine |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
name | string | |
definition_string | string | |
role_arn | string | |
state_machine_name | string | |
state_machine_type | string | |
state_machine_revision_id | string | |
logging_configuration | object | |
tracing_configuration | object | |
definition_s3_location | object | |
definition_substitutions | object | |
definition | object | |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
name,
definition_string,
role_arn,
state_machine_name,
state_machine_type,
state_machine_revision_id,
logging_configuration,
tracing_configuration,
definition_s3_location,
definition_substitutions,
definition,
tags
FROM awscc.stepfunctions.state_machine
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the state_machine
resource, the following permissions are required:
Read
states:DescribeStateMachine,
states:ListTagsForResource
Update
states:UpdateStateMachine,
states:TagResource,
states:UntagResource,
states:ListTagsForResource,
iam:PassRole
Delete
states:DeleteStateMachine,
states:DescribeStateMachine