RouteServerArgs

data class RouteServerArgs(val amazonSideAsn: Output<Int>? = null, val persistRoutes: Output<RouteServerPersistRoutes>? = null, val persistRoutesDuration: Output<Int>? = null, val snsNotificationsEnabled: Output<Boolean>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<RouteServerArgs>

VPC Route Server

Constructors

Link copied to clipboard
constructor(amazonSideAsn: Output<Int>? = null, persistRoutes: Output<RouteServerPersistRoutes>? = null, persistRoutesDuration: Output<Int>? = null, snsNotificationsEnabled: Output<Boolean>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val amazonSideAsn: Output<Int>? = null

The Amazon-side ASN of the Route Server.

Link copied to clipboard

Whether to enable persistent routes

Link copied to clipboard
val persistRoutesDuration: Output<Int>? = null

The duration of persistent routes in minutes

Link copied to clipboard
val snsNotificationsEnabled: Output<Boolean>? = null

Whether to enable SNS notifications

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

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

Functions

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