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, val service: Output<ServiceArgs>? = 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, maxInactiveRevisions: Output<Int>? = null, registries: Output<List<RegistryCredentialsArgs>>? = null, secrets: Output<List<SecretArgs>>? = null, service: Output<ServiceArgs>? = 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
Optional. Max inactive revisions a Container App can have.
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
Link copied to clipboard
Container App to be a dev Container App Service