amazonka-networkmanager-2.0: Amazon Network Manager SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.NetworkManager.Types.SiteToSiteVpnAttachment

Description

 
Synopsis

Documentation

data SiteToSiteVpnAttachment Source #

Creates a site-to-site VPN attachment.

See: newSiteToSiteVpnAttachment smart constructor.

Constructors

SiteToSiteVpnAttachment' 

Fields

Instances

Instances details
FromJSON SiteToSiteVpnAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteToSiteVpnAttachment

Generic SiteToSiteVpnAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteToSiteVpnAttachment

Associated Types

type Rep SiteToSiteVpnAttachment :: Type -> Type #

Read SiteToSiteVpnAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteToSiteVpnAttachment

Show SiteToSiteVpnAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteToSiteVpnAttachment

NFData SiteToSiteVpnAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteToSiteVpnAttachment

Methods

rnf :: SiteToSiteVpnAttachment -> () #

Eq SiteToSiteVpnAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteToSiteVpnAttachment

Hashable SiteToSiteVpnAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteToSiteVpnAttachment

type Rep SiteToSiteVpnAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteToSiteVpnAttachment

type Rep SiteToSiteVpnAttachment = D1 ('MetaData "SiteToSiteVpnAttachment" "Amazonka.NetworkManager.Types.SiteToSiteVpnAttachment" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "SiteToSiteVpnAttachment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attachment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Attachment)) :*: S1 ('MetaSel ('Just "vpnConnectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.