WindowsWebAppSlotSiteConfigHandlerMappingArgs

data class WindowsWebAppSlotSiteConfigHandlerMappingArgs(val arguments: Output<String>? = null, val extension: Output<String>, val scriptProcessorPath: Output<String>) : ConvertibleToJava<WindowsWebAppSlotSiteConfigHandlerMappingArgs>

Constructors

constructor(arguments: Output<String>? = null, extension: Output<String>, scriptProcessorPath: Output<String>)

Properties

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

Specify the command-line arguments to be passed to the script processor.

Link copied to clipboard
val extension: Output<String>

Specify which extension to be handled by the specified FastCGI application.

Link copied to clipboard

Specify the absolute path to the FastCGI application.

Functions

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