stateMachineName

@JvmName(name = "rrifeqbulepidbnp")
suspend fun stateMachineName(value: Output<String>)
@JvmName(name = "kjitedfcfpyukpie")
suspend fun stateMachineName(value: String?)

Parameters

value

The name of the state machine. A name must not contain:

  • white space

  • brackets < > { } [ ]

  • wildcard characters ? *

  • special characters " # % \ ^ | ~ $ & , ; : /`

  • control characters ( U+0000-001F , U+007F-009F )

If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.