Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ExpectedRoute = ExpectedRoute' {
- ipV4Cidr :: Maybe Text
- routeTableId :: Maybe Text
- allowedTargets :: Maybe [Text]
- prefixListId :: Maybe Text
- ipV6Cidr :: Maybe Text
- contributingSubnets :: Maybe [Text]
- newExpectedRoute :: ExpectedRoute
- expectedRoute_ipV4Cidr :: Lens' ExpectedRoute (Maybe Text)
- expectedRoute_routeTableId :: Lens' ExpectedRoute (Maybe Text)
- expectedRoute_allowedTargets :: Lens' ExpectedRoute (Maybe [Text])
- expectedRoute_prefixListId :: Lens' ExpectedRoute (Maybe Text)
- expectedRoute_ipV6Cidr :: Lens' ExpectedRoute (Maybe Text)
- expectedRoute_contributingSubnets :: Lens' ExpectedRoute (Maybe [Text])
Documentation
data ExpectedRoute Source #
Information about the expected route in the route table.
See: newExpectedRoute
smart constructor.
ExpectedRoute' | |
|
Instances
newExpectedRoute :: ExpectedRoute Source #
Create a value of ExpectedRoute
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:ipV4Cidr:ExpectedRoute'
, expectedRoute_ipV4Cidr
- Information about the IPv4 CIDR block.
$sel:routeTableId:ExpectedRoute'
, expectedRoute_routeTableId
- Information about the route table ID.
$sel:allowedTargets:ExpectedRoute'
, expectedRoute_allowedTargets
- Information about the allowed targets.
$sel:prefixListId:ExpectedRoute'
, expectedRoute_prefixListId
- Information about the ID of the prefix list for the route.
$sel:ipV6Cidr:ExpectedRoute'
, expectedRoute_ipV6Cidr
- Information about the IPv6 CIDR block.
$sel:contributingSubnets:ExpectedRoute'
, expectedRoute_contributingSubnets
- Information about the contributing subnets.
expectedRoute_ipV4Cidr :: Lens' ExpectedRoute (Maybe Text) Source #
Information about the IPv4 CIDR block.
expectedRoute_routeTableId :: Lens' ExpectedRoute (Maybe Text) Source #
Information about the route table ID.
expectedRoute_allowedTargets :: Lens' ExpectedRoute (Maybe [Text]) Source #
Information about the allowed targets.
expectedRoute_prefixListId :: Lens' ExpectedRoute (Maybe Text) Source #
Information about the ID of the prefix list for the route.
expectedRoute_ipV6Cidr :: Lens' ExpectedRoute (Maybe Text) Source #
Information about the IPv6 CIDR block.
expectedRoute_contributingSubnets :: Lens' ExpectedRoute (Maybe [Text]) Source #
Information about the contributing subnets.