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.VpcAttachment

Description

 
Synopsis

Documentation

data VpcAttachment Source #

Describes a VPC attachment.

See: newVpcAttachment smart constructor.

Constructors

VpcAttachment' 

Fields

Instances

Instances details
FromJSON VpcAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.VpcAttachment

Generic VpcAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.VpcAttachment

Associated Types

type Rep VpcAttachment :: Type -> Type #

Read VpcAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.VpcAttachment

Show VpcAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.VpcAttachment

NFData VpcAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.VpcAttachment

Methods

rnf :: VpcAttachment -> () #

Eq VpcAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.VpcAttachment

Hashable VpcAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.VpcAttachment

type Rep VpcAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.VpcAttachment

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

newVpcAttachment :: VpcAttachment Source #

Create a value of VpcAttachment 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:VpcAttachment', vpcAttachment_attachment - Provides details about the VPC attachment.

$sel:options:VpcAttachment', vpcAttachment_options - Provides details about the VPC attachment.

$sel:subnetArns:VpcAttachment', vpcAttachment_subnetArns - The subnet ARNs.

vpcAttachment_attachment :: Lens' VpcAttachment (Maybe Attachment) Source #

Provides details about the VPC attachment.

vpcAttachment_options :: Lens' VpcAttachment (Maybe VpcOptions) Source #

Provides details about the VPC attachment.