sfn_update_state_machine_alias: Updates the configuration of an existing state machine alias...

View source: R/sfn_operations.R

sfn_update_state_machine_aliasR Documentation

Updates the configuration of an existing state machine alias by modifying its description or routingConfiguration

Description

Updates the configuration of an existing state machine alias by modifying its description or routingConfiguration.

See https://www.paws-r-sdk.com/docs/sfn_update_state_machine_alias/ for full documentation.

Usage

sfn_update_state_machine_alias(
  stateMachineAliasArn,
  description = NULL,
  routingConfiguration = NULL
)

Arguments

stateMachineAliasArn

[required] The Amazon Resource Name (ARN) of the state machine alias.

description

A description of the state machine alias.

routingConfiguration

The routing configuration of the state machine alias.

An array of RoutingConfig objects that specifies up to two state machine versions that the alias starts executions for.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.