| 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.LocalGatewayRoute
Description
Synopsis
- data LocalGatewayRoute = LocalGatewayRoute' {
- coipPoolId :: Maybe Text
- destinationCidrBlock :: Maybe Text
- localGatewayRouteTableArn :: Maybe Text
- localGatewayRouteTableId :: Maybe Text
- localGatewayVirtualInterfaceGroupId :: Maybe Text
- networkInterfaceId :: Maybe Text
- ownerId :: Maybe Text
- state :: Maybe LocalGatewayRouteState
- subnetId :: Maybe Text
- type' :: Maybe LocalGatewayRouteType
- newLocalGatewayRoute :: LocalGatewayRoute
- localGatewayRoute_coipPoolId :: Lens' LocalGatewayRoute (Maybe Text)
- localGatewayRoute_destinationCidrBlock :: Lens' LocalGatewayRoute (Maybe Text)
- localGatewayRoute_localGatewayRouteTableArn :: Lens' LocalGatewayRoute (Maybe Text)
- localGatewayRoute_localGatewayRouteTableId :: Lens' LocalGatewayRoute (Maybe Text)
- localGatewayRoute_localGatewayVirtualInterfaceGroupId :: Lens' LocalGatewayRoute (Maybe Text)
- localGatewayRoute_networkInterfaceId :: Lens' LocalGatewayRoute (Maybe Text)
- localGatewayRoute_ownerId :: Lens' LocalGatewayRoute (Maybe Text)
- localGatewayRoute_state :: Lens' LocalGatewayRoute (Maybe LocalGatewayRouteState)
- localGatewayRoute_subnetId :: Lens' LocalGatewayRoute (Maybe Text)
- localGatewayRoute_type :: Lens' LocalGatewayRoute (Maybe LocalGatewayRouteType)
Documentation
data LocalGatewayRoute Source #
Describes a route for a local gateway route table.
See: newLocalGatewayRoute smart constructor.
Constructors
| LocalGatewayRoute' | |
Fields
| |
Instances
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_localGatewayRouteTableId :: Lens' LocalGatewayRoute (Maybe Text) Source #
The ID of the local gateway route table.
localGatewayRoute_localGatewayVirtualInterfaceGroupId :: Lens' LocalGatewayRoute (Maybe Text) Source #
The ID of the virtual interface group.
localGatewayRoute_networkInterfaceId :: Lens' LocalGatewayRoute (Maybe Text) Source #
The ID of the network interface.
localGatewayRoute_ownerId :: Lens' LocalGatewayRoute (Maybe Text) Source #
The ID of the Amazon Web Services account that owns the local gateway route.
localGatewayRoute_state :: Lens' LocalGatewayRoute (Maybe LocalGatewayRouteState) Source #
The state of the route.
localGatewayRoute_subnetId :: Lens' LocalGatewayRoute (Maybe Text) Source #
The ID of the subnet.
localGatewayRoute_type :: Lens' LocalGatewayRoute (Maybe LocalGatewayRouteType) Source #
The route type.