Skip to main content

state_machine_aliases_list_only

Lists state_machine_aliases in a region or regions, for all properties use state_machine_aliases

Overview

Namestate_machine_aliases_list_only
TypeResource
DescriptionResource schema for StateMachineAlias
Idaws.stepfunctions.state_machine_aliases_list_only

Fields

NameDatatypeDescription
arnstringThe ARN of the alias.
namestringThe alias name.
descriptionstringAn optional description of the alias.
routing_configurationarrayThe 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_preferenceobjectThe settings to enable gradual state machine deployments.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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