definition

@JvmName(name = "acwfgqfbbkwshjgq")
suspend fun definition(value: Output<StateMachineDefinitionArgs>)
@JvmName(name = "antumbcvwjpoviqg")
suspend fun definition(value: StateMachineDefinitionArgs?)

Parameters

value

The Amazon States Language definition of the state machine. The state machine definition must be in JSON or YAML, and the format of the object must match the format of your CloudFormation template file. See Amazon States Language .


@JvmName(name = "ipsbiitrxkjowjln")
suspend fun definition(argument: suspend StateMachineDefinitionArgsBuilder.() -> Unit)

Parameters

argument

The Amazon States Language definition of the state machine. The state machine definition must be in JSON or YAML, and the format of the object must match the format of your CloudFormation template file. See Amazon States Language .