ListedRouterInput

A summary of a router input, including its name, type, ARN, ID, state, and other key details. This structure is used in the response of the ListRouterInputs operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the router input.

Link copied to clipboard

The Availability Zone of the router input.

Link copied to clipboard

The timestamp when the router input was created.

Link copied to clipboard
val id: String

The unique identifier of the router input.

Link copied to clipboard

The type of the router input.

Link copied to clipboard

The details of the maintenance schedule for the listed router input.

Link copied to clipboard

The type of maintenance schedule currently associated with the listed router input.

Link copied to clipboard

The maximum bitrate of the router input.

Link copied to clipboard

The number of messages associated with the router input.

Link copied to clipboard

The name of the router input.

Link copied to clipboard

The ARN of the network interface associated with the router input.

Link copied to clipboard

The AWS Region where the router input is located.

Link copied to clipboard

The number of router outputs that are associated with this router input.

Link copied to clipboard

Indicates whether the router input is configured for Regional or global routing.

Link copied to clipboard

The overall state of the router input.

Link copied to clipboard

The timestamp when the router input was last updated.

Functions

Link copied to clipboard
inline fun copy(block: ListedRouterInput.Builder.() -> Unit = {}): ListedRouterInput
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String