| 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.RouteTableAssociation
Description
Synopsis
- data RouteTableAssociation = RouteTableAssociation' {}
- newRouteTableAssociation :: RouteTableAssociation
- routeTableAssociation_associationState :: Lens' RouteTableAssociation (Maybe RouteTableAssociationState)
- routeTableAssociation_gatewayId :: Lens' RouteTableAssociation (Maybe Text)
- routeTableAssociation_main :: Lens' RouteTableAssociation (Maybe Bool)
- routeTableAssociation_routeTableAssociationId :: Lens' RouteTableAssociation (Maybe Text)
- routeTableAssociation_routeTableId :: Lens' RouteTableAssociation (Maybe Text)
- routeTableAssociation_subnetId :: Lens' RouteTableAssociation (Maybe Text)
Documentation
data RouteTableAssociation Source #
Describes an association between a route table and a subnet or gateway.
See: newRouteTableAssociation smart constructor.
Constructors
| RouteTableAssociation' | |
Fields
| |
Instances
newRouteTableAssociation :: RouteTableAssociation Source #
Create a value of RouteTableAssociation 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:associationState:RouteTableAssociation', routeTableAssociation_associationState - The state of the association.
$sel:gatewayId:RouteTableAssociation', routeTableAssociation_gatewayId - The ID of the internet gateway or virtual private gateway.
$sel:main:RouteTableAssociation', routeTableAssociation_main - Indicates whether this is the main route table.
$sel:routeTableAssociationId:RouteTableAssociation', routeTableAssociation_routeTableAssociationId - The ID of the association.
$sel:routeTableId:RouteTableAssociation', routeTableAssociation_routeTableId - The ID of the route table.
$sel:subnetId:RouteTableAssociation', routeTableAssociation_subnetId - The ID of the subnet. A subnet ID is not returned for an implicit
association.
routeTableAssociation_associationState :: Lens' RouteTableAssociation (Maybe RouteTableAssociationState) Source #
The state of the association.
routeTableAssociation_gatewayId :: Lens' RouteTableAssociation (Maybe Text) Source #
The ID of the internet gateway or virtual private gateway.
routeTableAssociation_main :: Lens' RouteTableAssociation (Maybe Bool) Source #
Indicates whether this is the main route table.
routeTableAssociation_routeTableAssociationId :: Lens' RouteTableAssociation (Maybe Text) Source #
The ID of the association.
routeTableAssociation_routeTableId :: Lens' RouteTableAssociation (Maybe Text) Source #
The ID of the route table.
routeTableAssociation_subnetId :: Lens' RouteTableAssociation (Maybe Text) Source #
The ID of the subnet. A subnet ID is not returned for an implicit association.