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. |
name | string | The alias name. |
description | string | An optional description of the alias. |
routing_configuration | array | The routing configuration of the alias. One or two versions can be mapped to an alias to split StartExecution requests of the same state machine. |
deployment_preference | object | The settings to enable gradual state machine deployments. |
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