ListenerArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): ListenerArgs

Properties

Link copied to clipboard
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val port: Output<Int>? = null
Link copied to clipboard
val protocol: Output<ListenerProtocol>? = null
Link copied to clipboard
val serviceIdentifier: Output<String>? = null
Link copied to clipboard
val tags: Output<List<ListenerTagArgs>>? = null