GetListenerResult

data class GetListenerResult(val arn: String? = null, val defaultAction: ListenerDefaultAction? = null, val id: String? = null, val serviceArn: String? = null, val serviceId: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, defaultAction: ListenerDefaultAction? = null, id: String? = null, serviceArn: String? = null, serviceId: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the listener.

Link copied to clipboard

The action for the default rule. Each listener has a default rule. The default rule is used if no other rules match.

Link copied to clipboard
val id: String? = null

The ID of the listener.

Link copied to clipboard
val serviceArn: String? = null

The Amazon Resource Name (ARN) of the service.

Link copied to clipboard
val serviceId: String? = null

The ID of the service.

Link copied to clipboard
val tags: List<Tag>? = null

The tags for the listener.