AppSecretArgs

data class AppSecretArgs(val name: Output<String>, val value: Output<String>) : ConvertibleToJava<AppSecretArgs>

Constructors

Link copied to clipboard
fun AppSecretArgs(name: Output<String>, value: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): AppSecretArgs

Properties

Link copied to clipboard
val name: Output<String>

The Secret name.

Link copied to clipboard
val value: Output<String>

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.