Configuration Args
data class ConfigurationArgs(val activeRevisionsMode: Output<Either<String, ActiveRevisionsMode>>? = null, val dapr: Output<DaprArgs>? = null, val ingress: Output<IngressArgs>? = 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
constructor(activeRevisionsMode: Output<Either<String, ActiveRevisionsMode>>? = null, dapr: Output<DaprArgs>? = null, ingress: Output<IngressArgs>? = null, registries: Output<List<RegistryCredentialsArgs>>? = null, secrets: Output<List<SecretArgs>>? = null)
Properties
Link copied to clipboard
ActiveRevisionsMode controls how active revisions are handled for the Container app:
Link copied to clipboard
Ingress configurations.
Link copied to clipboard
Collection of private container registry credentials for containers used by the Container app
Link copied to clipboard
Collection of secrets used by a Container app