| 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 |
Amazonka.EC2.Types.VpcPeeringConnectionOptionsDescription
Description
Synopsis
- data VpcPeeringConnectionOptionsDescription = VpcPeeringConnectionOptionsDescription' {}
- newVpcPeeringConnectionOptionsDescription :: VpcPeeringConnectionOptionsDescription
- vpcPeeringConnectionOptionsDescription_allowDnsResolutionFromRemoteVpc :: Lens' VpcPeeringConnectionOptionsDescription (Maybe Bool)
- vpcPeeringConnectionOptionsDescription_allowEgressFromLocalClassicLinkToRemoteVpc :: Lens' VpcPeeringConnectionOptionsDescription (Maybe Bool)
- vpcPeeringConnectionOptionsDescription_allowEgressFromLocalVpcToRemoteClassicLink :: Lens' VpcPeeringConnectionOptionsDescription (Maybe Bool)
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
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.