ConfigurationArgs

data class ConfigurationArgs(val configFiles: Output<List<ConfigurationConfigFileArgs>>? = null, val nginxDeploymentId: Output<String>? = null, val packageData: Output<String>? = null, val protectedFiles: Output<List<ConfigurationProtectedFileArgs>>? = null, val rootFile: Output<String>? = null) : ConvertibleToJava<ConfigurationArgs>

Manages the configuration for a Nginx Deployment.

Import

Nginxs can be imported using the resource id, e.g.

$ pulumi import azure:nginx/configuration:Configuration example /subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/group1/providers/Nginx.NginxPlus/nginxDeployments/dep1/configurations/default

Constructors

Link copied to clipboard
fun ConfigurationArgs(configFiles: Output<List<ConfigurationConfigFileArgs>>? = null, nginxDeploymentId: Output<String>? = null, packageData: Output<String>? = null, protectedFiles: Output<List<ConfigurationProtectedFileArgs>>? = null, rootFile: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

One or more config_file blocks as defined below.

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

The ID of the Nginx Deployment. Changing this forces a new Nginx Configuration to be created.

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 (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>? = null

Specify the root file path of this Nginx Configuration.