Listener Args
data class ListenerArgs(val acceleratorArn: Output<String>? = null, val clientAffinity: Output<ListenerClientAffinity>? = null, val portRanges: Output<List<ListenerPortRangeArgs>>? = null, val protocol: Output<ListenerProtocol>? = null) : ConvertibleToJava<ListenerArgs>
Resource Type definition for AWS::GlobalAccelerator::Listener
Constructors
Link copied to clipboard
fun ListenerArgs(acceleratorArn: Output<String>? = null, clientAffinity: Output<ListenerClientAffinity>? = null, portRanges: Output<List<ListenerPortRangeArgs>>? = null, protocol: Output<ListenerProtocol>? = null)