Configuration Args
data class ConfigurationArgs(val activeRevisionsMode: Output<Either<String, ActiveRevisionsMode>>? = null, val dapr: Output<DaprArgs>? = null, val ingress: Output<IngressArgs>? = null, val maxInactiveRevisions: Output<Int>? = null, val registries: Output<List<RegistryCredentialsArgs>>? = null, val secrets: Output<List<SecretArgs>>? = null) : ConvertibleToJava<ConfigurationArgs>
Non versioned Container App configuration properties that define the mutable settings of a Container app
Constructors
Link copied to clipboard
fun ConfigurationArgs(activeRevisionsMode: Output<Either<String, ActiveRevisionsMode>>? = null, dapr: Output<DaprArgs>? = null, ingress: Output<IngressArgs>? = null, maxInactiveRevisions: Output<Int>? = null, registries: Output<List<RegistryCredentialsArgs>>? = null, secrets: Output<List<SecretArgs>>? = null)