Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data PeeringConnectionOptionsRequest = PeeringConnectionOptionsRequest' {}
- newPeeringConnectionOptionsRequest :: PeeringConnectionOptionsRequest
- peeringConnectionOptionsRequest_allowDnsResolutionFromRemoteVpc :: Lens' PeeringConnectionOptionsRequest (Maybe Bool)
- peeringConnectionOptionsRequest_allowEgressFromLocalClassicLinkToRemoteVpc :: Lens' PeeringConnectionOptionsRequest (Maybe Bool)
- peeringConnectionOptionsRequest_allowEgressFromLocalVpcToRemoteClassicLink :: Lens' PeeringConnectionOptionsRequest (Maybe Bool)
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.
PeeringConnectionOptionsRequest' | |
|
Instances
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.