Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.EC2Route
Description
- data EC2Route = EC2Route {
- _eC2RouteDestinationCidrBlock :: Maybe (Val Text)
- _eC2RouteDestinationIpv6CidrBlock :: Maybe (Val Text)
- _eC2RouteGatewayId :: Maybe (Val Text)
- _eC2RouteInstanceId :: Maybe (Val Text)
- _eC2RouteNatGatewayId :: Maybe (Val Text)
- _eC2RouteNetworkInterfaceId :: Maybe (Val Text)
- _eC2RouteRouteTableId :: Val Text
- _eC2RouteVpcPeeringConnectionId :: Maybe (Val Text)
- ec2Route :: Val Text -> EC2Route
- ecrDestinationCidrBlock :: Lens' EC2Route (Maybe (Val Text))
- ecrDestinationIpv6CidrBlock :: Lens' EC2Route (Maybe (Val Text))
- ecrGatewayId :: Lens' EC2Route (Maybe (Val Text))
- ecrInstanceId :: Lens' EC2Route (Maybe (Val Text))
- ecrNatGatewayId :: Lens' EC2Route (Maybe (Val Text))
- ecrNetworkInterfaceId :: Lens' EC2Route (Maybe (Val Text))
- ecrRouteTableId :: Lens' EC2Route (Val Text)
- ecrVpcPeeringConnectionId :: Lens' EC2Route (Maybe (Val Text))
Documentation
Full data type definition for EC2Route. See ec2Route
for a more
convenient constructor.
Constructors
EC2Route | |
Fields
|