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

Description

 
Synopsis

Documentation

data TransitGatewayPolicyRuleMetaData Source #

Describes the meta data tags associated with a transit gateway policy rule.

See: newTransitGatewayPolicyRuleMetaData smart constructor.

Constructors

TransitGatewayPolicyRuleMetaData' 

Fields

Instances

Instances details
FromXML TransitGatewayPolicyRuleMetaData Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyRuleMetaData

Generic TransitGatewayPolicyRuleMetaData Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyRuleMetaData

Associated Types

type Rep TransitGatewayPolicyRuleMetaData :: Type -> Type #

Read TransitGatewayPolicyRuleMetaData Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyRuleMetaData

Show TransitGatewayPolicyRuleMetaData Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyRuleMetaData

NFData TransitGatewayPolicyRuleMetaData Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyRuleMetaData

Eq TransitGatewayPolicyRuleMetaData Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyRuleMetaData

Hashable TransitGatewayPolicyRuleMetaData Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyRuleMetaData

type Rep TransitGatewayPolicyRuleMetaData Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPolicyRuleMetaData

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

newTransitGatewayPolicyRuleMetaData :: TransitGatewayPolicyRuleMetaData Source #

Create a value of TransitGatewayPolicyRuleMetaData 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:metaDataKey:TransitGatewayPolicyRuleMetaData', transitGatewayPolicyRuleMetaData_metaDataKey - The key name for the transit gateway policy rule meta data tag.

$sel:metaDataValue:TransitGatewayPolicyRuleMetaData', transitGatewayPolicyRuleMetaData_metaDataValue - The value of the key for the transit gateway policy rule meta data tag.

transitGatewayPolicyRuleMetaData_metaDataKey :: Lens' TransitGatewayPolicyRuleMetaData (Maybe Text) Source #

The key name for the transit gateway policy rule meta data tag.

transitGatewayPolicyRuleMetaData_metaDataValue :: Lens' TransitGatewayPolicyRuleMetaData (Maybe Text) Source #

The value of the key for the transit gateway policy rule meta data tag.