Configuration

class Configuration : KotlinCustomResource

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

Properties

Link copied to clipboard

One or more config_file blocks as defined below.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

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

Link copied to clipboard
val packageData: Output<String>?

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

Specify the root file path of this Nginx Configuration.

Link copied to clipboard
val urn: Output<String>