Image Template Shell Customizer Response
data class ImageTemplateShellCustomizerResponse(val inline: List<String>? = null, val name: String? = null, val scriptUri: String? = null, val sha256Checksum: String? = null, val type: String)
Runs a shell script during the customization phase (Linux). Corresponds to Packer shell provisioner. Exactly one of 'scriptUri' or 'inline' can be specified.