DeploymentConfiguration

data class DeploymentConfiguration(val configFiles: List<DeploymentConfigurationConfigFile>? = null, val packageData: String? = null, val protectedFiles: List<DeploymentConfigurationProtectedFile>? = null, val rootFile: String)

Constructors

Link copied to clipboard
constructor(configFiles: List<DeploymentConfigurationConfigFile>? = null, packageData: String? = null, protectedFiles: List<DeploymentConfigurationProtectedFile>? = null, rootFile: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more config_file blocks as defined below.

Link copied to clipboard
val packageData: String? = null

Specify the package data for this configuration.

Link copied to clipboard

One or more protected_file blocks with sensitive information as defined below. If specified config_file must also be specified.

Link copied to clipboard

Specify the root file path of this Nginx Configuration.