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
Documentation
data EC2CreateRouteTableAction Source #
Information about the CreateRouteTable action in Amazon EC2.
See: newEC2CreateRouteTableAction
smart constructor.
EC2CreateRouteTableAction' | |
|
Instances
newEC2CreateRouteTableAction Source #
Create a value of EC2CreateRouteTableAction
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:description:EC2CreateRouteTableAction'
, eC2CreateRouteTableAction_description
- A description of the CreateRouteTable action.
$sel:vpcId:EC2CreateRouteTableAction'
, eC2CreateRouteTableAction_vpcId
- Information about the ID of a VPC.
eC2CreateRouteTableAction_description :: Lens' EC2CreateRouteTableAction (Maybe Text) Source #
A description of the CreateRouteTable action.
eC2CreateRouteTableAction_vpcId :: Lens' EC2CreateRouteTableAction ActionTarget Source #
Information about the ID of a VPC.