AppConfigValue
ConfigValue describes a single (possibly secret) configuration value.
Properties
stringstring requiredWhen Object is false: String is either the plaintext value (for non-secrets) or the base64-encoded ciphertext (for secrets). When Object is true: String is a JSON encoded object. If both Object and Secret are true, then the object contains at least one secure value. Secure values in an object are encoded as{"secure":"ciphertext"}where ciphertext is the base64-encoded ciphertext.secretboolean requiredSecret is true if this value is a secret and false otherwise.objectboolean requiredObject is true if this value is a JSON encoded object.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.