| 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.RouteTableAssociationState
Description
Synopsis
- data RouteTableAssociationState = RouteTableAssociationState' {}
- newRouteTableAssociationState :: RouteTableAssociationState
- routeTableAssociationState_state :: Lens' RouteTableAssociationState (Maybe RouteTableAssociationStateCode)
- routeTableAssociationState_statusMessage :: Lens' RouteTableAssociationState (Maybe Text)
Documentation
data RouteTableAssociationState Source #
Describes the state of an association between a route table and a subnet or gateway.
See: newRouteTableAssociationState smart constructor.
Constructors
| RouteTableAssociationState' | |
Fields
| |
Instances
newRouteTableAssociationState :: RouteTableAssociationState Source #
Create a value of RouteTableAssociationState 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:state:RouteTableAssociationState', routeTableAssociationState_state - The state of the association.
$sel:statusMessage:RouteTableAssociationState', routeTableAssociationState_statusMessage - The status message, if applicable.
routeTableAssociationState_state :: Lens' RouteTableAssociationState (Maybe RouteTableAssociationStateCode) Source #
The state of the association.
routeTableAssociationState_statusMessage :: Lens' RouteTableAssociationState (Maybe Text) Source #
The status message, if applicable.