| 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.TransitGatewayPolicyTableEntry
Description
Synopsis
- data TransitGatewayPolicyTableEntry = TransitGatewayPolicyTableEntry' {}
- newTransitGatewayPolicyTableEntry :: TransitGatewayPolicyTableEntry
- transitGatewayPolicyTableEntry_policyRule :: Lens' TransitGatewayPolicyTableEntry (Maybe TransitGatewayPolicyRule)
- transitGatewayPolicyTableEntry_policyRuleNumber :: Lens' TransitGatewayPolicyTableEntry (Maybe Text)
- transitGatewayPolicyTableEntry_targetRouteTableId :: Lens' TransitGatewayPolicyTableEntry (Maybe Text)
Documentation
data TransitGatewayPolicyTableEntry Source #
Describes a transit gateway policy table entry
See: newTransitGatewayPolicyTableEntry smart constructor.
Constructors
| TransitGatewayPolicyTableEntry' | |
Fields
| |
Instances
newTransitGatewayPolicyTableEntry :: TransitGatewayPolicyTableEntry Source #
Create a value of TransitGatewayPolicyTableEntry 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:policyRule:TransitGatewayPolicyTableEntry', transitGatewayPolicyTableEntry_policyRule - The policy rule associated with the transit gateway policy table.
$sel:policyRuleNumber:TransitGatewayPolicyTableEntry', transitGatewayPolicyTableEntry_policyRuleNumber - The rule number for the transit gateway policy table entry.
$sel:targetRouteTableId:TransitGatewayPolicyTableEntry', transitGatewayPolicyTableEntry_targetRouteTableId - The ID of the target route table.
transitGatewayPolicyTableEntry_policyRule :: Lens' TransitGatewayPolicyTableEntry (Maybe TransitGatewayPolicyRule) Source #
The policy rule associated with the transit gateway policy table.
transitGatewayPolicyTableEntry_policyRuleNumber :: Lens' TransitGatewayPolicyTableEntry (Maybe Text) Source #
The rule number for the transit gateway policy table entry.
transitGatewayPolicyTableEntry_targetRouteTableId :: Lens' TransitGatewayPolicyTableEntry (Maybe Text) Source #
The ID of the target route table.