ImageRecipeAdditionalInstanceConfiguration

data class ImageRecipeAdditionalInstanceConfiguration(val systemsManagerAgent: ImageRecipeSystemsManagerAgent? = null, val userDataOverride: String? = null)

Specify additional settings and launch scripts for your build instances.

Constructors

constructor(systemsManagerAgent: ImageRecipeSystemsManagerAgent? = null, userDataOverride: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains settings for the SSM agent on your build instance.

Link copied to clipboard

Use this property to provide commands or a command script to run when you launch your build instance.