Builder

class Builder

Properties

Link copied to clipboard

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

Link copied to clipboard

Settings to configure server-side encryption.

Link copied to clipboard

Defines what execution history events are logged and where they are logged.

Link copied to clipboard
var name: String?

The name of the state machine.

Link copied to clipboard

Set to true to publish the first version of the state machine during creation. The default is false.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

Link copied to clipboard
var tags: List<Tag>?

Tags to be added when creating a state machine.

Link copied to clipboard

Selects whether X-Ray tracing is enabled.

Link copied to clipboard

Determines whether a Standard or Express state machine is created. The default is STANDARD. You cannot update the type of a state machine once it has been created.

Link copied to clipboard

Sets description about the state machine version. You can only set the description if the publish parameter is set to true. Otherwise, if you set versionDescription, but publish to false, this API action throws ValidationException.