network Destination Domains
suspend fun networkDestinationDomains(value: Output<List<InsightFiltersNetworkDestinationDomainArgs>>)
Parameters
value
The destination domain of network-related information about a finding. See String Filter below for more details.
suspend fun networkDestinationDomains(vararg values: Output<InsightFiltersNetworkDestinationDomainArgs>)
suspend fun networkDestinationDomains(values: List<Output<InsightFiltersNetworkDestinationDomainArgs>>)
Parameters
values
The destination domain of network-related information about a finding. See String Filter below for more details.
suspend fun networkDestinationDomains(argument: List<suspend InsightFiltersNetworkDestinationDomainArgsBuilder.() -> Unit>)
suspend fun networkDestinationDomains(vararg argument: suspend InsightFiltersNetworkDestinationDomainArgsBuilder.() -> Unit)
suspend fun networkDestinationDomains(argument: suspend InsightFiltersNetworkDestinationDomainArgsBuilder.() -> Unit)
Parameters
argument
The destination domain of network-related information about a finding. See String Filter below for more details.