Values_7.CreateFlowLogsResultSourceCreates one or more flow logs to capture information about IP traffic for a specific network interface, subnet, or VPC. Flow log data for a monitored network interface is recorded as flow log records, which are log events consisting of fields that describe the traffic flow. For more information, see Flow log records in the Amazon VPC User Guide. When publishing to CloudWatch Logs, flow log records are published to a log group, and each network interface has a unique log stream in the log group. When publishing to Amazon S3, flow log records for all of the monitored network interfaces are published to a single log file object that is stored in the specified bucket. For more information, see VPC Flow Logs in the Amazon VPC User Guide.
type nonrec t = {clientToken : Values_0.String_.t option;Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
*)flowLogIds : Values_0.ValueStringList.t option;The IDs of the flow logs.
*)unsuccessful : Values_3.UnsuccessfulItemSet.t option;Information about the flow logs that could not be created successfully.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of string
| `Structure of
(string
* [> `String of Values_0.String_.t
| `Structure of
(string * [> `String of Values_0.String_.t ]) list ])
list ]
list
| `String of Values_0.String_.t ])
list ]