Value Secret Info Args
data class ValueSecretInfoArgs(val secretType: Output<String>, val value: Output<String>? = null) : ConvertibleToJava<ValueSecretInfoArgs>
The secret info when type is rawValue. It's for scenarios that user input the secret.