destinations

@JvmName(name = "sepynrkvqidchmrd")
suspend fun destinations(value: Output<List<TlsInspectionConfigurationAddressArgs>>)
@JvmName(name = "bobshnjhnkyumbcb")
suspend fun destinations(value: List<TlsInspectionConfigurationAddressArgs>?)

Parameters

value

The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any destination address.


@JvmName(name = "wbkbcygxjrfglgfl")
suspend fun destinations(vararg values: Output<TlsInspectionConfigurationAddressArgs>)


@JvmName(name = "boyvrodkfpowpesh")
suspend fun destinations(values: List<Output<TlsInspectionConfigurationAddressArgs>>)
@JvmName(name = "erucomjexybretcv")
suspend fun destinations(vararg values: TlsInspectionConfigurationAddressArgs)

Parameters

values

The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any destination address.


@JvmName(name = "ejtxanqkwstqexxb")
suspend fun destinations(argument: List<suspend TlsInspectionConfigurationAddressArgsBuilder.() -> Unit>)
@JvmName(name = "ehodrmwysmhonxxk")
suspend fun destinations(vararg argument: suspend TlsInspectionConfigurationAddressArgsBuilder.() -> Unit)
@JvmName(name = "nbjxssdbsjgnfijl")
suspend fun destinations(argument: suspend TlsInspectionConfigurationAddressArgsBuilder.() -> Unit)

Parameters

argument

The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any destination address.