Module Values_2.TransitGatewayMeteringPolicySource

Describes a transit gateway metering policy.

Sourcetype nonrec t = {
  1. transitGatewayMeteringPolicyId : Values_1.TransitGatewayMeteringPolicyId.t option;
    (*

    The ID of the transit gateway metering policy.

    *)
  2. transitGatewayId : Values_1.TransitGatewayId.t option;
    (*

    The ID of the transit gateway associated with the metering policy.

    *)
  3. middleboxAttachmentIds : Values_0.ValueStringList.t option;
    (*

    The IDs of the middlebox attachments associated with the metering policy.

    *)
  4. state : Values_1.TransitGatewayMeteringPolicyState.t option;
    (*

    The state of the transit gateway metering policy.

    *)
  5. updateEffectiveAt : Values_0.MillisecondDateTime.t option;
    (*

    The date and time when the metering policy update becomes effective.

    *)
  6. tags : Values_0.TagList.t option;
    (*

    The tags assigned to the transit gateway metering policy.

    *)
}
Sourceval make : ?transitGatewayMeteringPolicyId:??? -> ?transitGatewayId:??? -> ?middleboxAttachmentIds:??? -> ?state:??? -> ?updateEffectiveAt:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of string | `Structure of (string * [> `String of string ]) list ] list | `String of Values_1.TransitGatewayMeteringPolicyId.t | `Timestamp of Values_0.MillisecondDateTime.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