ClusterBootstrapActionArgs

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

Constructors

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

Properties

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

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

Link copied to clipboard
val name: Output<String>

Name of the bootstrap action.

Link copied to clipboard
val path: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): ClusterBootstrapActionArgs