libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.NetworkManager.Types.CustomerGatewayAssociation

Description

 
Synopsis

Documentation

data CustomerGatewayAssociation Source #

Describes the association between a customer gateway, a device, and a link.

See: newCustomerGatewayAssociation smart constructor.

Constructors

CustomerGatewayAssociation' 

Fields

Instances

Instances details
Eq CustomerGatewayAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociation

Read CustomerGatewayAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociation

Show CustomerGatewayAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociation

Generic CustomerGatewayAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociation

Associated Types

type Rep CustomerGatewayAssociation :: Type -> Type #

NFData CustomerGatewayAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociation

Hashable CustomerGatewayAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociation

FromJSON CustomerGatewayAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociation

type Rep CustomerGatewayAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociation

type Rep CustomerGatewayAssociation = D1 ('MetaData "CustomerGatewayAssociation" "Amazonka.NetworkManager.Types.CustomerGatewayAssociation" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "CustomerGatewayAssociation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomerGatewayAssociationState)) :*: S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "linkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "customerGatewayArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newCustomerGatewayAssociation :: CustomerGatewayAssociation Source #

Create a value of CustomerGatewayAssociation 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:state:CustomerGatewayAssociation', customerGatewayAssociation_state - The association state.

$sel:globalNetworkId:CustomerGatewayAssociation', customerGatewayAssociation_globalNetworkId - The ID of the global network.

$sel:linkId:CustomerGatewayAssociation', customerGatewayAssociation_linkId - The ID of the link.

$sel:deviceId:CustomerGatewayAssociation', customerGatewayAssociation_deviceId - The ID of the device.

$sel:customerGatewayArn:CustomerGatewayAssociation', customerGatewayAssociation_customerGatewayArn - The Amazon Resource Name (ARN) of the customer gateway.

customerGatewayAssociation_customerGatewayArn :: Lens' CustomerGatewayAssociation (Maybe Text) Source #

The Amazon Resource Name (ARN) of the customer gateway.