Class HandlerMappingArgs


  • public final class HandlerMappingArgs
    extends com.pulumi.resources.ResourceArgs
    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.
    • Method Detail

      • arguments

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arguments()
        Returns:
        Command-line arguments to be passed to the script processor.
      • extension

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> extension()
        Returns:
        Requests with this extension will be handled using the specified FastCGI application.
      • scriptProcessor

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> scriptProcessor()
        Returns:
        The absolute path to the FastCGI application.