GetRouteServerResult

data class GetRouteServerResult(val arn: String? = null, val id: String? = null, val persistRoutes: RouteServerPersistRoutes? = null, val snsNotificationsEnabled: Boolean? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, id: String? = null, persistRoutes: RouteServerPersistRoutes? = null, snsNotificationsEnabled: Boolean? = 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 Route Server.

Link copied to clipboard
val id: String? = null

The ID of the Route Server.

Link copied to clipboard

Whether to enable persistent routes

Link copied to clipboard

Whether to enable SNS notifications

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

An array of key-value pairs to apply to this resource.