amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.PeeringConnectionOptionsRequest

Description

 
Synopsis

Documentation

data PeeringConnectionOptionsRequest Source #

We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.

The VPC peering connection options.

See: newPeeringConnectionOptionsRequest smart constructor.

Constructors

PeeringConnectionOptionsRequest' 

Fields

Instances

Instances details
ToQuery PeeringConnectionOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringConnectionOptionsRequest

Generic PeeringConnectionOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringConnectionOptionsRequest

Associated Types

type Rep PeeringConnectionOptionsRequest :: Type -> Type #

Read PeeringConnectionOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringConnectionOptionsRequest

Show PeeringConnectionOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringConnectionOptionsRequest

NFData PeeringConnectionOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringConnectionOptionsRequest

Eq PeeringConnectionOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringConnectionOptionsRequest

Hashable PeeringConnectionOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringConnectionOptionsRequest

type Rep PeeringConnectionOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringConnectionOptionsRequest

type Rep PeeringConnectionOptionsRequest = D1 ('MetaData "PeeringConnectionOptionsRequest" "Amazonka.EC2.Types.PeeringConnectionOptionsRequest" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "PeeringConnectionOptionsRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "allowDnsResolutionFromRemoteVpc") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "allowEgressFromLocalClassicLinkToRemoteVpc") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "allowEgressFromLocalVpcToRemoteClassicLink") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newPeeringConnectionOptionsRequest :: PeeringConnectionOptionsRequest Source #

Create a value of PeeringConnectionOptionsRequest 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:allowDnsResolutionFromRemoteVpc:PeeringConnectionOptionsRequest', peeringConnectionOptionsRequest_allowDnsResolutionFromRemoteVpc - If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.

$sel:allowEgressFromLocalClassicLinkToRemoteVpc:PeeringConnectionOptionsRequest', peeringConnectionOptionsRequest_allowEgressFromLocalClassicLinkToRemoteVpc - If true, enables outbound communication from an EC2-Classic instance that's linked to a local VPC using ClassicLink to instances in a peer VPC.

$sel:allowEgressFromLocalVpcToRemoteClassicLink:PeeringConnectionOptionsRequest', peeringConnectionOptionsRequest_allowEgressFromLocalVpcToRemoteClassicLink - If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that's linked to a peer VPC using ClassicLink.

peeringConnectionOptionsRequest_allowDnsResolutionFromRemoteVpc :: Lens' PeeringConnectionOptionsRequest (Maybe Bool) Source #

If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.

peeringConnectionOptionsRequest_allowEgressFromLocalClassicLinkToRemoteVpc :: Lens' PeeringConnectionOptionsRequest (Maybe Bool) Source #

If true, enables outbound communication from an EC2-Classic instance that's linked to a local VPC using ClassicLink to instances in a peer VPC.

peeringConnectionOptionsRequest_allowEgressFromLocalVpcToRemoteClassicLink :: Lens' PeeringConnectionOptionsRequest (Maybe Bool) Source #

If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that's linked to a peer VPC using ClassicLink.