| 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.TransitGatewayPolicyTable
Description
Synopsis
- data TransitGatewayPolicyTable = TransitGatewayPolicyTable' {}
- newTransitGatewayPolicyTable :: TransitGatewayPolicyTable
- transitGatewayPolicyTable_creationTime :: Lens' TransitGatewayPolicyTable (Maybe UTCTime)
- transitGatewayPolicyTable_state :: Lens' TransitGatewayPolicyTable (Maybe TransitGatewayPolicyTableState)
- transitGatewayPolicyTable_tags :: Lens' TransitGatewayPolicyTable (Maybe [Tag])
- transitGatewayPolicyTable_transitGatewayId :: Lens' TransitGatewayPolicyTable (Maybe Text)
- transitGatewayPolicyTable_transitGatewayPolicyTableId :: Lens' TransitGatewayPolicyTable (Maybe Text)
Documentation
data TransitGatewayPolicyTable Source #
Describes a transit gateway policy table.
See: newTransitGatewayPolicyTable smart constructor.
Constructors
| TransitGatewayPolicyTable' | |
Fields
| |
Instances
newTransitGatewayPolicyTable :: TransitGatewayPolicyTable Source #
Create a value of TransitGatewayPolicyTable 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:creationTime:TransitGatewayPolicyTable', transitGatewayPolicyTable_creationTime - The timestamp when the transit gateway policy table was created.
$sel:state:TransitGatewayPolicyTable', transitGatewayPolicyTable_state - The state of the transit gateway policy table
$sel:tags:TransitGatewayPolicyTable', transitGatewayPolicyTable_tags - he key-value pairs associated with the transit gateway policy table.
$sel:transitGatewayId:TransitGatewayPolicyTable', transitGatewayPolicyTable_transitGatewayId - The ID of the transit gateway.
$sel:transitGatewayPolicyTableId:TransitGatewayPolicyTable', transitGatewayPolicyTable_transitGatewayPolicyTableId - The ID of the transit gateway policy table.
transitGatewayPolicyTable_creationTime :: Lens' TransitGatewayPolicyTable (Maybe UTCTime) Source #
The timestamp when the transit gateway policy table was created.
transitGatewayPolicyTable_state :: Lens' TransitGatewayPolicyTable (Maybe TransitGatewayPolicyTableState) Source #
The state of the transit gateway policy table
transitGatewayPolicyTable_tags :: Lens' TransitGatewayPolicyTable (Maybe [Tag]) Source #
he key-value pairs associated with the transit gateway policy table.
transitGatewayPolicyTable_transitGatewayId :: Lens' TransitGatewayPolicyTable (Maybe Text) Source #
The ID of the transit gateway.
transitGatewayPolicyTable_transitGatewayPolicyTableId :: Lens' TransitGatewayPolicyTable (Maybe Text) Source #
The ID of the transit gateway policy table.