GetVpnAttachmentPlainArgs

data class GetVpnAttachmentPlainArgs(val filters: List<GetVpnAttachmentFilter>? = null, val tags: Map<String, String>? = null, val transitGatewayId: String? = null, val vpnConnectionId: String? = null) : ConvertibleToJava<GetVpnAttachmentPlainArgs>

A collection of arguments for invoking getVpnAttachment.

Constructors

Link copied to clipboard
constructor(filters: List<GetVpnAttachmentFilter>? = null, tags: Map<String, String>? = null, transitGatewayId: String? = null, vpnConnectionId: String? = null)

Properties

Link copied to clipboard

Configuration block(s) for filtering. 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 Transit Gateway VPN Attachment.

Link copied to clipboard

Identifier of the EC2 Transit Gateway.

Link copied to clipboard
val vpnConnectionId: String? = null

Identifier of the EC2 VPN Connection.

Functions

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