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 |
Synopsis
- data TransitGatewayRouteTableRoute = TransitGatewayRouteTableRoute' {
- attachmentId :: Maybe Text
- destinationCidr :: Maybe Text
- prefixListId :: Maybe Text
- resourceId :: Maybe Text
- resourceType :: Maybe Text
- routeOrigin :: Maybe Text
- state :: Maybe Text
- newTransitGatewayRouteTableRoute :: TransitGatewayRouteTableRoute
- transitGatewayRouteTableRoute_attachmentId :: Lens' TransitGatewayRouteTableRoute (Maybe Text)
- transitGatewayRouteTableRoute_destinationCidr :: Lens' TransitGatewayRouteTableRoute (Maybe Text)
- transitGatewayRouteTableRoute_prefixListId :: Lens' TransitGatewayRouteTableRoute (Maybe Text)
- transitGatewayRouteTableRoute_resourceId :: Lens' TransitGatewayRouteTableRoute (Maybe Text)
- transitGatewayRouteTableRoute_resourceType :: Lens' TransitGatewayRouteTableRoute (Maybe Text)
- transitGatewayRouteTableRoute_routeOrigin :: Lens' TransitGatewayRouteTableRoute (Maybe Text)
- transitGatewayRouteTableRoute_state :: Lens' TransitGatewayRouteTableRoute (Maybe Text)
Documentation
data TransitGatewayRouteTableRoute Source #
Describes a route in a transit gateway route table.
See: newTransitGatewayRouteTableRoute
smart constructor.
TransitGatewayRouteTableRoute' | |
|
Instances
newTransitGatewayRouteTableRoute :: TransitGatewayRouteTableRoute Source #
Create a value of TransitGatewayRouteTableRoute
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:attachmentId:TransitGatewayRouteTableRoute'
, transitGatewayRouteTableRoute_attachmentId
- The ID of the route attachment.
$sel:destinationCidr:TransitGatewayRouteTableRoute'
, transitGatewayRouteTableRoute_destinationCidr
- The CIDR block used for destination matches.
$sel:prefixListId:TransitGatewayRouteTableRoute'
, transitGatewayRouteTableRoute_prefixListId
- The ID of the prefix list.
$sel:resourceId:TransitGatewayRouteTableRoute'
, transitGatewayRouteTableRoute_resourceId
- The ID of the resource for the route attachment.
$sel:resourceType:TransitGatewayRouteTableRoute'
, transitGatewayRouteTableRoute_resourceType
- The resource type for the route attachment.
$sel:routeOrigin:TransitGatewayRouteTableRoute'
, transitGatewayRouteTableRoute_routeOrigin
- The route origin. The following are the possible values:
- static
- propagated
$sel:state:TransitGatewayRouteTableRoute'
, transitGatewayRouteTableRoute_state
- The state of the route.
transitGatewayRouteTableRoute_attachmentId :: Lens' TransitGatewayRouteTableRoute (Maybe Text) Source #
The ID of the route attachment.
transitGatewayRouteTableRoute_destinationCidr :: Lens' TransitGatewayRouteTableRoute (Maybe Text) Source #
The CIDR block used for destination matches.
transitGatewayRouteTableRoute_prefixListId :: Lens' TransitGatewayRouteTableRoute (Maybe Text) Source #
The ID of the prefix list.
transitGatewayRouteTableRoute_resourceId :: Lens' TransitGatewayRouteTableRoute (Maybe Text) Source #
The ID of the resource for the route attachment.
transitGatewayRouteTableRoute_resourceType :: Lens' TransitGatewayRouteTableRoute (Maybe Text) Source #
The resource type for the route attachment.
transitGatewayRouteTableRoute_routeOrigin :: Lens' TransitGatewayRouteTableRoute (Maybe Text) Source #
The route origin. The following are the possible values:
- static
- propagated
transitGatewayRouteTableRoute_state :: Lens' TransitGatewayRouteTableRoute (Maybe Text) Source #
The state of the route.