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