Secret Env Source Args
data class SecretEnvSourceArgs(val name: Output<String>? = null, val optional: Output<Boolean>? = null) : ConvertibleToJava<SecretEnvSourceArgs>
SecretEnvSource selects a Secret to populate the environment variables with. The contents of the target Secret's Data field will represent the key-value pairs as environment variables.