SiteToSiteVpnAttachmentArgs

data class SiteToSiteVpnAttachmentArgs(val coreNetworkId: Output<String>? = null, val proposedSegmentChange: Output<SiteToSiteVpnAttachmentProposedSegmentChangeArgs>? = null, val tags: Output<List<SiteToSiteVpnAttachmentTagArgs>>? = null, val vpnConnectionArn: Output<String>? = null) : ConvertibleToJava<SiteToSiteVpnAttachmentArgs>

AWS::NetworkManager::SiteToSiteVpnAttachment Resource Type definition.

Constructors

Link copied to clipboard
fun SiteToSiteVpnAttachmentArgs(coreNetworkId: Output<String>? = null, proposedSegmentChange: Output<SiteToSiteVpnAttachmentProposedSegmentChangeArgs>? = null, tags: Output<List<SiteToSiteVpnAttachmentTagArgs>>? = null, vpnConnectionArn: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val coreNetworkId: Output<String>? = null

The ID of a core network where you're creating a site-to-site VPN attachment.

Link copied to clipboard

The attachment to move from one segment to another.

Link copied to clipboard

Tags for the attachment.

Link copied to clipboard
val vpnConnectionArn: Output<String>? = null

The ARN of the site-to-site VPN attachment.