Skip to main content

state_machine_alias

Gets an individual state_machine_alias resource

Overview

Namestate_machine_alias
TypeResource
Descriptionstate_machine_alias
Idawscc.stepfunctions.state_machine_alias

Fields

NameDatatypeDescription
arnstringThe ARN of the alias.
namestringThe alias name.
descriptionstringAn optional description of the alias.
routing_configurationarray
deployment_preferenceobject
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
name,
description,
routing_configuration,
deployment_preference
FROM awscc.stepfunctions.state_machine_alias
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the state_machine_alias resource, the following permissions are required:

Read

states:DescribeStateMachineAlias

Update

cloudwatch:DescribeAlarms,
states:UpdateStateMachineAlias,
states:DescribeStateMachineAlias

Delete

states:DescribeStateMachineAlias,
states:DeleteStateMachineAlias