Site To Site Vpn Attachment Args
data class SiteToSiteVpnAttachmentArgs(val coreNetworkId: Output<String>? = null, val proposedSegmentChange: Output<SiteToSiteVpnAttachmentProposedSegmentChangeArgs>? = null, val tags: Output<List<TagArgs>>? = null, val vpnConnectionArn: Output<String>? = null) : ConvertibleToJava<SiteToSiteVpnAttachmentArgs>
AWS::NetworkManager::SiteToSiteVpnAttachment Resource Type definition.
Constructors
Link copied to clipboard
constructor(coreNetworkId: Output<String>? = null, proposedSegmentChange: Output<SiteToSiteVpnAttachmentProposedSegmentChangeArgs>? = null, tags: Output<List<TagArgs>>? = null, vpnConnectionArn: Output<String>? = null)