| 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.FMS.Types.EC2AssociateRouteTableAction
Description
Synopsis
- data EC2AssociateRouteTableAction = EC2AssociateRouteTableAction' {}
 - newEC2AssociateRouteTableAction :: ActionTarget -> EC2AssociateRouteTableAction
 - eC2AssociateRouteTableAction_description :: Lens' EC2AssociateRouteTableAction (Maybe Text)
 - eC2AssociateRouteTableAction_gatewayId :: Lens' EC2AssociateRouteTableAction (Maybe ActionTarget)
 - eC2AssociateRouteTableAction_subnetId :: Lens' EC2AssociateRouteTableAction (Maybe ActionTarget)
 - eC2AssociateRouteTableAction_routeTableId :: Lens' EC2AssociateRouteTableAction ActionTarget
 
Documentation
data EC2AssociateRouteTableAction Source #
The action of associating an EC2 resource, such as a subnet or internet gateway, with a route table.
See: newEC2AssociateRouteTableAction smart constructor.
Constructors
| EC2AssociateRouteTableAction' | |
Fields 
  | |
Instances
newEC2AssociateRouteTableAction Source #
Arguments
| :: ActionTarget | |
| -> EC2AssociateRouteTableAction | 
Create a value of EC2AssociateRouteTableAction 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:
EC2AssociateRouteTableAction, eC2AssociateRouteTableAction_description - A description of the EC2 route table that is associated with the
 remediation action.
$sel:gatewayId:EC2AssociateRouteTableAction', eC2AssociateRouteTableAction_gatewayId - The ID of the gateway to be used with the EC2 route table that is
 associated with the remediation action.
$sel:subnetId:EC2AssociateRouteTableAction', eC2AssociateRouteTableAction_subnetId - The ID of the subnet for the EC2 route table that is associated with the
 remediation action.
$sel:routeTableId:EC2AssociateRouteTableAction', eC2AssociateRouteTableAction_routeTableId - The ID of the EC2 route table that is associated with the remediation
 action.
eC2AssociateRouteTableAction_description :: Lens' EC2AssociateRouteTableAction (Maybe Text) Source #
A description of the EC2 route table that is associated with the remediation action.
eC2AssociateRouteTableAction_gatewayId :: Lens' EC2AssociateRouteTableAction (Maybe ActionTarget) Source #
The ID of the gateway to be used with the EC2 route table that is associated with the remediation action.
eC2AssociateRouteTableAction_subnetId :: Lens' EC2AssociateRouteTableAction (Maybe ActionTarget) Source #
The ID of the subnet for the EC2 route table that is associated with the remediation action.
eC2AssociateRouteTableAction_routeTableId :: Lens' EC2AssociateRouteTableAction ActionTarget Source #
The ID of the EC2 route table that is associated with the remediation action.