Custom Container User Source Info Args
data class CustomContainerUserSourceInfoArgs(val customContainer: Output<CustomContainerArgs>? = null, val type: Output<String>, val version: Output<String>? = null) : ConvertibleToJava<CustomContainerUserSourceInfoArgs>
Custom container user source info
Constructors
Link copied to clipboard
constructor(customContainer: Output<CustomContainerArgs>? = null, type: Output<String>, version: Output<String>? = null)