Io TEdge Agent Info Args
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>)