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.TransitGatewayPolicyTable

Description

 
Synopsis

Documentation

data TransitGatewayPolicyTable Source #

Describes a transit gateway policy table.

See: newTransitGatewayPolicyTable smart constructor.

Constructors

TransitGatewayPolicyTable' 

Fields

Instances

Instances details
FromXML TransitGatewayPolicyTable Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyTable

Generic TransitGatewayPolicyTable Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyTable

Associated Types

type Rep TransitGatewayPolicyTable :: Type -> Type #

Read TransitGatewayPolicyTable Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyTable

Show TransitGatewayPolicyTable Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyTable

NFData TransitGatewayPolicyTable Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyTable

Eq TransitGatewayPolicyTable Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyTable

Hashable TransitGatewayPolicyTable Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyTable

type Rep TransitGatewayPolicyTable Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyTable

type Rep TransitGatewayPolicyTable = D1 ('MetaData "TransitGatewayPolicyTable" "Amazonka.EC2.Types.TransitGatewayPolicyTable" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "TransitGatewayPolicyTable'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransitGatewayPolicyTableState))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "transitGatewayId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "transitGatewayPolicyTableId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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_tags :: Lens' TransitGatewayPolicyTable (Maybe [Tag]) Source #

he key-value pairs associated with the transit gateway policy table.