GetEndpointPlainArgs

data class GetEndpointPlainArgs(val clientVpnEndpointId: String? = null, val filters: List<GetEndpointFilter>? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetEndpointPlainArgs>

A collection of arguments for invoking getEndpoint.

Constructors

Link copied to clipboard
constructor(clientVpnEndpointId: String? = null, filters: List<GetEndpointFilter>? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

ID of the Client VPN endpoint.

Link copied to clipboard

One or more configuration blocks containing name-values filters. Detailed below.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags, each pair of which must exactly match a pair on the desired endpoint.

Functions

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