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 EC2AssociateRouteTableAction = EC2AssociateRouteTableAction' {}
- newEC2AssociateRouteTableAction :: ActionTarget -> EC2AssociateRouteTableAction
- eC2AssociateRouteTableAction_subnetId :: Lens' EC2AssociateRouteTableAction (Maybe ActionTarget)
- eC2AssociateRouteTableAction_gatewayId :: Lens' EC2AssociateRouteTableAction (Maybe ActionTarget)
- eC2AssociateRouteTableAction_description :: Lens' EC2AssociateRouteTableAction (Maybe Text)
- 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.
EC2AssociateRouteTableAction' | |
|
Instances
newEC2AssociateRouteTableAction Source #
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:
$sel:subnetId:EC2AssociateRouteTableAction'
, eC2AssociateRouteTableAction_subnetId
- The ID of the subnet for 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:description:EC2AssociateRouteTableAction'
, eC2AssociateRouteTableAction_description
- A description of 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_subnetId :: Lens' EC2AssociateRouteTableAction (Maybe ActionTarget) Source #
The ID of the subnet for 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_description :: Lens' EC2AssociateRouteTableAction (Maybe Text) Source #
A description of 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.