DeploymentConfigurationArgs

data class DeploymentConfigurationArgs(val configFiles: Output<List<DeploymentConfigurationConfigFileArgs>>? = null, val packageData: Output<String>? = null, val protectedFiles: Output<List<DeploymentConfigurationProtectedFileArgs>>? = null, val rootFile: Output<String>) : ConvertibleToJava<DeploymentConfigurationArgs>

Constructors

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

Properties

Link copied to clipboard

One or more config_file blocks as defined below.

Link copied to clipboard
val packageData: Output<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
val rootFile: Output<String>

Specify the root file path of this Nginx Configuration.

Functions

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