Trigger Args
fun TriggerArgs(approvalConfig: Output<ApprovalConfigArgs>? = null, autodetect: Output<Boolean>? = null, bitbucketServerTriggerConfig: Output<BitbucketServerTriggerConfigArgs>? = null, build: Output<BuildArgs>? = null, description: Output<String>? = null, disabled: Output<Boolean>? = null, eventType: Output<TriggerEventType>? = null, filename: Output<String>? = null, filter: Output<String>? = null, gitFileSource: Output<GitFileSourceArgs>? = null, github: Output<GitHubEventsConfigArgs>? = null, gitlabEnterpriseEventsConfig: Output<GitLabEventsConfigArgs>? = null, ignoredFiles: Output<List<String>>? = null, includeBuildLogs: Output<TriggerIncludeBuildLogs>? = null, includedFiles: Output<List<String>>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, projectId: Output<String>? = null, pubsubConfig: Output<PubsubConfigArgs>? = null, repositoryEventConfig: Output<RepositoryEventConfigArgs>? = null, resourceName: Output<String>? = null, serviceAccount: Output<String>? = null, sourceToBuild: Output<GitRepoSourceArgs>? = null, substitutions: Output<Map<String, String>>? = null, tags: Output<List<String>>? = null, triggerTemplate: Output<RepoSourceArgs>? = null, webhookConfig: Output<WebhookConfigArgs>? = null)