App Secret Args
data class AppSecretArgs(val name: Output<String>, val value: Output<String>) : ConvertibleToJava<AppSecretArgs>
Constructors
Functions
Properties
Link copied to clipboard
The value for this secret. !>Note: Secrets cannot be removed from the service once added, attempting to do so will result in an error. Their values may be zeroed, i.e. set to ""
, but the named secret must persist. This is due to a technical limitation on the service which causes the service to become unmanageable. See this issue for more details.