Resource Type: dsc_xspwordautomationserviceapp

Defined in:
lib/puppet/type/dsc_xspwordautomationserviceapp.rb

Overview

The DSC xSPWordAutomationServiceApp resource type. Automatically generated from version 0.12.0.0

Properties

  • dsc_applicationpool

    The name of the application pool to run the service app in

  • dsc_conversionprocesses

    How many conversion processes can be run at once

  • dsc_databasename

    The name of the database for the service app

  • dsc_databaseserver

    The name of the server that will host the database

  • dsc_disablebinaryfilescan

    Should binary file scans be disabled

  • dsc_disableembeddedfonts

    Should embedded fonts be disabled

  • dsc_ensure

    Present to ensure the app exists, absent to ensure that it does not

  • dsc_jobconversionfrequency

    How frequently should new jobs be started from the queue (in minutes)

  • dsc_keepalivetimeout

    How long is the keep alive timeout set to for the service app

  • dsc_maximumconversionattempts

    What is the maximum number of attempts to convert a document

  • dsc_maximumconversiontime

    What is the maximum time in seconds for a document conversion to be allowed to run

  • dsc_maximummemoryusage

    What is the maximum amount of memory the service app should use (in MB)

  • dsc_maximumsyncconversionrequests

    What is the maximum number of sync conversion requests for the service app

  • dsc_numberofconversionsperprocess

    How many document conversions should be included in a single process

  • dsc_recyclethreshold

    What is the recycle threshold for this service app

  • dsc_supportedfileformats

    The list of supported file types

  • dsc_timebeforeconversionismonitored

    How long can a conversion be run before it becomes monitored

Parameters

  • dsc_installaccount

    POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsAccount if using PowerShell 5

  • dsc_name (namevar)

    THe name of the service application

  • dsc_psdscrunascredential
  • name (namevar)

    Description of the purpose for this resource declaration.

  • validation_mode (defaults to: property)

    Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).