Handler Mapping Args
data class HandlerMappingArgs(val arguments: Output<String>? = null, val extension: Output<String>? = null, val scriptProcessor: Output<String>? = null) : ConvertibleToJava<HandlerMappingArgs>
The IIS handler mappings used to define which handler processes HTTP requests with certain extension. For example, it is used to configure php-cgi.exe process to handle all HTTP requests with *.php extension.