ClusterBootstrapAction

data class ClusterBootstrapAction(val args: List<String>? = null, val name: String, val path: String)

Constructors

Link copied to clipboard
constructor(args: List<String>? = null, name: String, path: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val args: List<String>? = null

List of command line arguments to pass to the bootstrap action script.

Link copied to clipboard

Name of the bootstrap action.

Link copied to clipboard

Location of the script to run during a bootstrap action. Can be either a location in Amazon S3 or on a local file system.