supportedProtocols

@JvmName(name = "ksdligpyjgmqtnre")
suspend fun supportedProtocols(value: Output<List<Either<String, AFDEndpointProtocols>>>)
@JvmName(name = "mbmofufvifhejrvu")
suspend fun supportedProtocols(value: List<Either<String, AFDEndpointProtocols>>?)

Parameters

value

List of supported protocols for this route.


@JvmName(name = "mxtvdxbrvevmnwcu")
suspend fun supportedProtocols(vararg values: Output<Either<String, AFDEndpointProtocols>>)


@JvmName(name = "nhpgtxophjkjyepi")
suspend fun supportedProtocols(values: List<Output<Either<String, AFDEndpointProtocols>>>)
@JvmName(name = "nvkhclbwcebqhsbs")
suspend fun supportedProtocols(vararg values: Either<String, AFDEndpointProtocols>)

Parameters

values

List of supported protocols for this route.