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

Description

 
Synopsis

Documentation

data VpcPeeringConnectionOptionsDescription 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.

Describes the VPC peering connection options.

See: newVpcPeeringConnectionOptionsDescription smart constructor.

Constructors

VpcPeeringConnectionOptionsDescription' 

Fields

Instances

Instances details
FromXML VpcPeeringConnectionOptionsDescription Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcPeeringConnectionOptionsDescription

Generic VpcPeeringConnectionOptionsDescription Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcPeeringConnectionOptionsDescription

Read VpcPeeringConnectionOptionsDescription Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcPeeringConnectionOptionsDescription

Show VpcPeeringConnectionOptionsDescription Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcPeeringConnectionOptionsDescription

NFData VpcPeeringConnectionOptionsDescription Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcPeeringConnectionOptionsDescription

Eq VpcPeeringConnectionOptionsDescription Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcPeeringConnectionOptionsDescription

Hashable VpcPeeringConnectionOptionsDescription Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcPeeringConnectionOptionsDescription

type Rep VpcPeeringConnectionOptionsDescription Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcPeeringConnectionOptionsDescription

type Rep VpcPeeringConnectionOptionsDescription = D1 ('MetaData "VpcPeeringConnectionOptionsDescription" "Amazonka.EC2.Types.VpcPeeringConnectionOptionsDescription" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "VpcPeeringConnectionOptionsDescription'" '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)))))

newVpcPeeringConnectionOptionsDescription :: VpcPeeringConnectionOptionsDescription Source #

Create a value of VpcPeeringConnectionOptionsDescription 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:VpcPeeringConnectionOptionsDescription', vpcPeeringConnectionOptionsDescription_allowDnsResolutionFromRemoteVpc - Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.

$sel:allowEgressFromLocalClassicLinkToRemoteVpc:VpcPeeringConnectionOptionsDescription', vpcPeeringConnectionOptionsDescription_allowEgressFromLocalClassicLinkToRemoteVpc - Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.

$sel:allowEgressFromLocalVpcToRemoteClassicLink:VpcPeeringConnectionOptionsDescription', vpcPeeringConnectionOptionsDescription_allowEgressFromLocalVpcToRemoteClassicLink - Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.

vpcPeeringConnectionOptionsDescription_allowDnsResolutionFromRemoteVpc :: Lens' VpcPeeringConnectionOptionsDescription (Maybe Bool) Source #

Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.

vpcPeeringConnectionOptionsDescription_allowEgressFromLocalClassicLinkToRemoteVpc :: Lens' VpcPeeringConnectionOptionsDescription (Maybe Bool) Source #

Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.

vpcPeeringConnectionOptionsDescription_allowEgressFromLocalVpcToRemoteClassicLink :: Lens' VpcPeeringConnectionOptionsDescription (Maybe Bool) Source #

Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.