AppResourcePropertiesArgs

data class AppResourcePropertiesArgs(val activeDeploymentName: Output<String>? = null, val fqdn: Output<String>? = null, val httpsOnly: Output<Boolean>? = null, val persistentDisk: Output<PersistentDiskArgs>? = null, val public: Output<Boolean>? = null, val temporaryDisk: Output<TemporaryDiskArgs>? = null) : ConvertibleToJava<AppResourcePropertiesArgs>

App resource properties payload

Constructors

Link copied to clipboard
constructor(activeDeploymentName: Output<String>? = null, fqdn: Output<String>? = null, httpsOnly: Output<Boolean>? = null, persistentDisk: Output<PersistentDiskArgs>? = null, public: Output<Boolean>? = null, temporaryDisk: Output<TemporaryDiskArgs>? = null)

Properties

Link copied to clipboard
val activeDeploymentName: Output<String>? = null

Name of the active deployment of the App

Link copied to clipboard
val fqdn: Output<String>? = null

Fully qualified dns Name.

Link copied to clipboard
val httpsOnly: Output<Boolean>? = null

Indicate if only https is allowed.

Link copied to clipboard
val persistentDisk: Output<PersistentDiskArgs>? = null

Persistent disk settings

Link copied to clipboard
val public: Output<Boolean>? = null

Indicates whether the App exposes public endpoint

Link copied to clipboard
val temporaryDisk: Output<TemporaryDiskArgs>? = null

Temporary disk settings

Functions

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