IoTEdgeAgentInfoArgs

data class IoTEdgeAgentInfoArgs(val imageName: Output<String>, val imageRepository: Output<ImageRepositoryCredentialArgs>? = null, val tag: Output<String>) : ConvertibleToJava<IoTEdgeAgentInfoArgs>

IoT edge agent details is optional, this will be used for download system Agent module while bootstrapping IoT Role if specified.

Constructors

Link copied to clipboard
constructor(imageName: Output<String>, imageRepository: Output<ImageRepositoryCredentialArgs>? = null, tag: Output<String>)

Properties

Link copied to clipboard
val imageName: Output<String>

Name of the IoT edge agent image.

Link copied to clipboard

Image repository details.

Link copied to clipboard
val tag: Output<String>

Image Tag.

Functions

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