GetVpnAttachmentResult

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

A collection of values returned by getVpnAttachment.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Key-value tags for the EC2 Transit Gateway VPN Attachment

Link copied to clipboard
Link copied to clipboard
val vpnConnectionId: String? = null