| 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.EC2CopyRouteTableAction
Description
Synopsis
- data EC2CopyRouteTableAction = EC2CopyRouteTableAction' {}
 - newEC2CopyRouteTableAction :: ActionTarget -> ActionTarget -> EC2CopyRouteTableAction
 - eC2CopyRouteTableAction_description :: Lens' EC2CopyRouteTableAction (Maybe Text)
 - eC2CopyRouteTableAction_vpcId :: Lens' EC2CopyRouteTableAction ActionTarget
 - eC2CopyRouteTableAction_routeTableId :: Lens' EC2CopyRouteTableAction ActionTarget
 
Documentation
data EC2CopyRouteTableAction Source #
An action that copies the EC2 route table for use in remediation.
See: newEC2CopyRouteTableAction smart constructor.
Constructors
| EC2CopyRouteTableAction' | |
Fields 
  | |
Instances
newEC2CopyRouteTableAction Source #
Arguments
| :: ActionTarget | |
| -> ActionTarget | |
| -> EC2CopyRouteTableAction | 
Create a value of EC2CopyRouteTableAction 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:
EC2CopyRouteTableAction, eC2CopyRouteTableAction_description - A description of the copied EC2 route table that is associated with the
 remediation action.
$sel:vpcId:EC2CopyRouteTableAction', eC2CopyRouteTableAction_vpcId - The VPC ID of the copied EC2 route table that is associated with the
 remediation action.
$sel:routeTableId:EC2CopyRouteTableAction', eC2CopyRouteTableAction_routeTableId - The ID of the copied EC2 route table that is associated with the
 remediation action.
eC2CopyRouteTableAction_description :: Lens' EC2CopyRouteTableAction (Maybe Text) Source #
A description of the copied EC2 route table that is associated with the remediation action.
eC2CopyRouteTableAction_vpcId :: Lens' EC2CopyRouteTableAction ActionTarget Source #
The VPC ID of the copied EC2 route table that is associated with the remediation action.
eC2CopyRouteTableAction_routeTableId :: Lens' EC2CopyRouteTableAction ActionTarget Source #
The ID of the copied EC2 route table that is associated with the remediation action.