Application Config Map Mount Desc V2Args
data class ApplicationConfigMapMountDescV2Args(val configMapId: Output<String>? = null, val key: Output<String>? = null, val mountPath: Output<String>? = null) : ConvertibleToJava<ApplicationConfigMapMountDescV2Args>
Constructors
Link copied to clipboard
fun ApplicationConfigMapMountDescV2Args(configMapId: Output<String>? = null, key: Output<String>? = null, mountPath: Output<String>? = null)