Values_7.CreateTransitGatewayMeteringPolicyRequestSourceCreates a metering policy for a transit gateway to track and measure network traffic.
type nonrec t = {transitGatewayId : Values_1.TransitGatewayId.t;The ID of the transit gateway for which to create the metering policy.
*)middleboxAttachmentIds : Values_3.TransitGatewayAttachmentIdStringList.t option;The IDs of the middlebox attachments to include in the metering policy.
*)tagSpecifications : Values_0.TagSpecificationList.t option;The tags to assign to the metering policy.
*)dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)}val make :
?middleboxAttachmentIds:??? ->
?tagSpecifications:??? ->
?dryRun:??? ->
transitGatewayId:Values_1.TransitGatewayId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `List of
[> `String of Values_0.TransitGatewayAttachmentId.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ]
list ])
list ]
list
| `String of Values_1.TransitGatewayId.t ])
list ]