StateMachineS3Location

data class StateMachineS3Location(val bucket: String, val key: String, val version: String? = null)

Constructors

Link copied to clipboard
constructor(bucket: String, key: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the S3 bucket where the state machine definition JSON or YAML file is stored.

Link copied to clipboard
val key: String

The name of the state machine definition file (Amazon S3 object name).

Link copied to clipboard
val version: String? = null

For versioning-enabled buckets, a specific version of the state machine definition.