| 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.TransitGatewayPolicyRuleMetaData
Description
Synopsis
- data TransitGatewayPolicyRuleMetaData = TransitGatewayPolicyRuleMetaData' {}
- newTransitGatewayPolicyRuleMetaData :: TransitGatewayPolicyRuleMetaData
- transitGatewayPolicyRuleMetaData_metaDataKey :: Lens' TransitGatewayPolicyRuleMetaData (Maybe Text)
- transitGatewayPolicyRuleMetaData_metaDataValue :: Lens' TransitGatewayPolicyRuleMetaData (Maybe Text)
Documentation
data TransitGatewayPolicyRuleMetaData Source #
Describes the meta data tags associated with a transit gateway policy rule.
See: newTransitGatewayPolicyRuleMetaData smart constructor.
Constructors
| TransitGatewayPolicyRuleMetaData' | |
Fields
| |
Instances
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.