state_machine_alias
Gets an individual state_machine_alias
resource
Overview
Name | state_machine_alias |
Type | Resource |
Description | state_machine_alias |
Id | awscc.stepfunctions.state_machine_alias |
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 | |
deployment_preference | object | |
region | string | AWS 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