RouteServerEndpointArgs

data class RouteServerEndpointArgs(val routeServerId: Output<String>? = null, val subnetId: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<RouteServerEndpointArgs>

VPC Route Server Endpoint

Constructors

Link copied to clipboard
constructor(routeServerId: Output<String>? = null, subnetId: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val routeServerId: Output<String>? = null

Route Server ID

Link copied to clipboard
val subnetId: Output<String>? = null

Subnet ID

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(): RouteServerEndpointArgs