Learn R Programming

paws.application.integration (version 0.3.1)

sfn_update_state_machine: Updates an existing state machine by modifying its definition, roleArn, or loggingConfiguration

Description

Updates an existing state machine by modifying its definition, roleArn, or loggingConfiguration. Running executions will continue to use the previous definition and roleArn. You must include at least one of definition or roleArn or you will receive a MissingRequiredParameter error.

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

Usage

sfn_update_state_machine(
  stateMachineArn,
  definition = NULL,
  roleArn = NULL,
  loggingConfiguration = NULL,
  tracingConfiguration = NULL
)

Arguments

stateMachineArn

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

definition

The Amazon States Language definition of the state machine. See Amazon States Language.

roleArn

The Amazon Resource Name (ARN) of the IAM role of the state machine.

loggingConfiguration

The LoggingConfiguration data type is used to set CloudWatch Logs options.

tracingConfiguration

Selects whether X-Ray tracing is enabled.