targets

@JvmName(name = "uaajdjxjkoqovtuj")
suspend fun targets(value: Output<List<String>>)
@JvmName(name = "ulubbnlyigxeudjh")
suspend fun targets(value: List<String>)

Parameters

value

The domains that you want to inspect for in your traffic flows. Valid domain specifications are the following:

  • Explicit names. For example, abc.example.com matches only the domain abc.example.com .

  • Names that use a domain wildcard, which you indicate with an initial ' . '. For example, .example.com matches example.com and matches all subdomains of example.com , such as abc.example.com and www.example.com .


@JvmName(name = "thlexlbthnjlirge")
suspend fun targets(vararg values: Output<String>)


@JvmName(name = "dlgbrjxnpkuefuqm")
suspend fun targets(values: List<Output<String>>)
@JvmName(name = "jdsyfbvqbpuqfjnu")
suspend fun targets(vararg values: String)

Parameters

values

The domains that you want to inspect for in your traffic flows. Valid domain specifications are the following:

  • Explicit names. For example, abc.example.com matches only the domain abc.example.com .

  • Names that use a domain wildcard, which you indicate with an initial ' . '. For example, .example.com matches example.com and matches all subdomains of example.com , such as abc.example.com and www.example.com .