Module Values_0.TransitGatewayPolicyRuleMetaDataSource

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

Sourcetype nonrec t = {
  1. metaDataKey : String_.t option;
    (*

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

    *)
  2. metaDataValue : String_.t option;
    (*

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

    *)
}
Sourceval make : ?metaDataKey:??? -> ?metaDataValue:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t