GetIpsecServersPlainArgs

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

A collection of arguments for invoking getIpsecServers.

Constructors

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

Properties

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

A list of Ipsec Server IDs.

Link copied to clipboard
val ipsecServerName: String? = null

The name of the IPsec server.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Ipsec Server name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val vpnGatewayId: String? = null

The ID of the VPN gateway.

Functions

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