GetListenerPlainArgs

data class GetListenerPlainArgs(val listenerIdentifier: String, val serviceIdentifier: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetListenerPlainArgs>

A collection of arguments for invoking getListener.

Constructors

Link copied to clipboard
constructor(listenerIdentifier: String, serviceIdentifier: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

ID or Amazon Resource Name (ARN) of the listener

Link copied to clipboard

ID or Amazon Resource Name (ARN) of the service network

Link copied to clipboard
val tags: Map<String, String>? = null

List of tags associated with the listener.

Functions

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