GetConnectionsPlainArgs

data class GetConnectionsPlainArgs(val customerGatewayId: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val vpnGatewayId: String? = null) : ConvertibleToJava<GetConnectionsPlainArgs>

A collection of arguments for invoking getConnections.

Constructors

Link copied to clipboard
constructor(customerGatewayId: String? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, vpnGatewayId: String? = null)

Properties

Link copied to clipboard

Use the VPN customer gateway ID as the search key.

Link copied to clipboard
val ids: List<String>? = null

IDs of the VPN connections.

Link copied to clipboard
val nameRegex: String? = null

A regex string of VPN connection name.

Link copied to clipboard
val outputFile: String? = null

Save the result to the file.

Link copied to clipboard
val vpnGatewayId: String? = null

Use the VPN gateway ID as the search key.

Functions

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