Listener Args
data class ListenerArgs(val defaultAction: Output<ListenerDefaultActionArgs>? = null, val name: Output<String>? = null, val port: Output<Int>? = null, val protocol: Output<ListenerProtocol>? = null, val serviceIdentifier: Output<String>? = null, val tags: Output<List<ListenerTagArgs>>? = null) : ConvertibleToJava<ListenerArgs>
Creates a listener for a service. Before you start using your Amazon VPC Lattice service, you must add one or more listeners. A listener is a process that checks for connection requests to your services.
Constructors
Link copied to clipboard
fun ListenerArgs(defaultAction: Output<ListenerDefaultActionArgs>? = null, name: Output<String>? = null, port: Output<Int>? = null, protocol: Output<ListenerProtocol>? = null, serviceIdentifier: Output<String>? = null, tags: Output<List<ListenerTagArgs>>? = null)