amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.TransitGatewayPolicyTableEntry

Description

 
Synopsis

Documentation

data TransitGatewayPolicyTableEntry Source #

Describes a transit gateway policy table entry

See: newTransitGatewayPolicyTableEntry smart constructor.

Constructors

TransitGatewayPolicyTableEntry' 

Fields

Instances

Instances details
FromXML TransitGatewayPolicyTableEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyTableEntry

Generic TransitGatewayPolicyTableEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyTableEntry

Associated Types

type Rep TransitGatewayPolicyTableEntry :: Type -> Type #

Read TransitGatewayPolicyTableEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyTableEntry

Show TransitGatewayPolicyTableEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyTableEntry

NFData TransitGatewayPolicyTableEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyTableEntry

Eq TransitGatewayPolicyTableEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyTableEntry

Hashable TransitGatewayPolicyTableEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyTableEntry

type Rep TransitGatewayPolicyTableEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyTableEntry

type Rep TransitGatewayPolicyTableEntry = D1 ('MetaData "TransitGatewayPolicyTableEntry" "Amazonka.EC2.Types.TransitGatewayPolicyTableEntry" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "TransitGatewayPolicyTableEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "policyRule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransitGatewayPolicyRule)) :*: (S1 ('MetaSel ('Just "policyRuleNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetRouteTableId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.