state_machine_aliases_list_only
Lists state_machine_aliases in a region or regions, for all properties use state_machine_aliases
Overview
| Name | state_machine_aliases_list_only |
| Type | Resource |
| Description | Resource schema for StateMachineAlias |
| Id | aws.stepfunctions.state_machine_aliases_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | The ARN of the alias. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all state_machine_aliases in a region.
SELECT
region,
arn
FROM aws.stepfunctions.state_machine_aliases_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the state_machine_aliases_list_only resource, see state_machine_aliases