Get Vpn Attachment Plain Args
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
fun GetVpnAttachmentPlainArgs(filters: List<GetVpnAttachmentFilter>? = null, tags: Map<String, String>? = null, transitGatewayId: String? = null, vpnConnectionId: String? = null)