GetListenerResult

data class GetListenerResult(val arn: String, val createdAt: String, val defaultActions: List<GetListenerDefaultAction>, val id: String, val lastUpdatedAt: String, val listenerId: String, val listenerIdentifier: String, val name: String, val port: Int, val protocol: String, val serviceArn: String, val serviceId: String, val serviceIdentifier: String, val tags: Map<String, String>)

A collection of values returned by getListener.

Constructors

Link copied to clipboard
constructor(arn: String, createdAt: String, defaultActions: List<GetListenerDefaultAction>, id: String, lastUpdatedAt: String, listenerId: String, listenerIdentifier: String, name: String, port: Int, protocol: String, serviceArn: String, serviceId: String, serviceIdentifier: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the listener.

Link copied to clipboard

The date and time that the listener was created.

Link copied to clipboard

The actions for the default listener rule.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The date and time the listener was last updated.

Link copied to clipboard

The ID of the listener.

Link copied to clipboard
Link copied to clipboard

The name of the listener.

Link copied to clipboard
val port: Int

The listener port.

Link copied to clipboard

The listener protocol. Either HTTPS or HTTP.

Link copied to clipboard

The ARN of the service.

Link copied to clipboard

The ID of the service.

Link copied to clipboard
Link copied to clipboard

List of tags associated with the listener.