Secret Key Selector Patch Args
data class SecretKeySelectorPatchArgs(val key: Output<String>? = null, val name: Output<String>? = null, val optional: Output<Boolean>? = null) : ConvertibleToJava<SecretKeySelectorPatchArgs>
SecretKeySelector selects a key of a Secret.
Constructors
Link copied to clipboard
fun SecretKeySelectorPatchArgs(key: Output<String>? = null, name: Output<String>? = null, optional: Output<Boolean>? = null)