SearchApplicationArgs

fun SearchApplicationArgs(dataSourceRestrictions: Output<List<DataSourceRestrictionArgs>>? = null, defaultFacetOptions: Output<List<FacetOptionsArgs>>? = null, defaultSortOptions: Output<SortOptionsArgs>? = null, displayName: Output<String>? = null, enableAuditLog: Output<Boolean>? = null, name: Output<String>? = null, queryInterpretationConfig: Output<QueryInterpretationConfigArgs>? = null, returnResultThumbnailUrls: Output<Boolean>? = null, scoringConfig: Output<ScoringConfigArgs>? = null, sourceConfig: Output<List<SourceConfigArgs>>? = null)