Trigger Args
constructor(approvalConfig: Output<TriggerApprovalConfigArgs>? = null, bitbucketServerTriggerConfig: Output<TriggerBitbucketServerTriggerConfigArgs>? = null, build: Output<TriggerBuildArgs>? = null, description: Output<String>? = null, disabled: Output<Boolean>? = null, filename: Output<String>? = null, filter: Output<String>? = null, gitFileSource: Output<TriggerGitFileSourceArgs>? = null, github: Output<TriggerGithubArgs>? = null, ignoredFiles: Output<List<String>>? = null, includeBuildLogs: Output<String>? = null, includedFiles: Output<List<String>>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, pubsubConfig: Output<TriggerPubsubConfigArgs>? = null, repositoryEventConfig: Output<TriggerRepositoryEventConfigArgs>? = null, serviceAccount: Output<String>? = null, sourceToBuild: Output<TriggerSourceToBuildArgs>? = null, substitutions: Output<Map<String, String>>? = null, tags: Output<List<String>>? = null, triggerTemplate: Output<TriggerTriggerTemplateArgs>? = null, webhookConfig: Output<TriggerWebhookConfigArgs>? = null)