| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.NetworkManager.Types.SiteToSiteVpnAttachment
Description
Documentation
data SiteToSiteVpnAttachment Source #
Creates a site-to-site VPN attachment.
See: newSiteToSiteVpnAttachment smart constructor.
Constructors
| SiteToSiteVpnAttachment' | |
Fields
| |
Instances
newSiteToSiteVpnAttachment :: SiteToSiteVpnAttachment Source #
Create a value of SiteToSiteVpnAttachment with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:attachment:SiteToSiteVpnAttachment', siteToSiteVpnAttachment_attachment - Provides details about a site-to-site VPN attachment.
$sel:vpnConnectionArn:SiteToSiteVpnAttachment', siteToSiteVpnAttachment_vpnConnectionArn - The ARN of the site-to-site VPN attachment.
siteToSiteVpnAttachment_attachment :: Lens' SiteToSiteVpnAttachment (Maybe Attachment) Source #
Provides details about a site-to-site VPN attachment.
siteToSiteVpnAttachment_vpnConnectionArn :: Lens' SiteToSiteVpnAttachment (Maybe Text) Source #
The ARN of the site-to-site VPN attachment.