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

Description

 
Synopsis

Documentation

data LocalGatewayRoute Source #

Describes a route for a local gateway route table.

See: newLocalGatewayRoute smart constructor.

Constructors

LocalGatewayRoute' 

Fields

Instances

Instances details
FromXML LocalGatewayRoute Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRoute

Generic LocalGatewayRoute Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRoute

Associated Types

type Rep LocalGatewayRoute :: Type -> Type #

Read LocalGatewayRoute Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRoute

Show LocalGatewayRoute Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRoute

NFData LocalGatewayRoute Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRoute

Methods

rnf :: LocalGatewayRoute -> () #

Eq LocalGatewayRoute Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRoute

Hashable LocalGatewayRoute Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRoute

type Rep LocalGatewayRoute Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRoute

newLocalGatewayRoute :: LocalGatewayRoute Source #

Create a value of LocalGatewayRoute 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:coipPoolId:LocalGatewayRoute', localGatewayRoute_coipPoolId - The ID of the customer-owned address pool.

$sel:destinationCidrBlock:LocalGatewayRoute', localGatewayRoute_destinationCidrBlock - The CIDR block used for destination matches.

$sel:localGatewayRouteTableArn:LocalGatewayRoute', localGatewayRoute_localGatewayRouteTableArn - The Amazon Resource Name (ARN) of the local gateway route table.

$sel:localGatewayRouteTableId:LocalGatewayRoute', localGatewayRoute_localGatewayRouteTableId - The ID of the local gateway route table.

$sel:localGatewayVirtualInterfaceGroupId:LocalGatewayRoute', localGatewayRoute_localGatewayVirtualInterfaceGroupId - The ID of the virtual interface group.

$sel:networkInterfaceId:LocalGatewayRoute', localGatewayRoute_networkInterfaceId - The ID of the network interface.

$sel:ownerId:LocalGatewayRoute', localGatewayRoute_ownerId - The ID of the Amazon Web Services account that owns the local gateway route.

$sel:state:LocalGatewayRoute', localGatewayRoute_state - The state of the route.

$sel:subnetId:LocalGatewayRoute', localGatewayRoute_subnetId - The ID of the subnet.

$sel:type':LocalGatewayRoute', localGatewayRoute_type - The route type.

localGatewayRoute_coipPoolId :: Lens' LocalGatewayRoute (Maybe Text) Source #

The ID of the customer-owned address pool.

localGatewayRoute_destinationCidrBlock :: Lens' LocalGatewayRoute (Maybe Text) Source #

The CIDR block used for destination matches.

localGatewayRoute_localGatewayRouteTableArn :: Lens' LocalGatewayRoute (Maybe Text) Source #

The Amazon Resource Name (ARN) of the local gateway route table.

localGatewayRoute_ownerId :: Lens' LocalGatewayRoute (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the local gateway route.