Site To Site Vpn Attachment Args
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)