Module Values_5.GetFlowLogsIntegrationTemplateRequestSource

Generates a CloudFormation template that streamlines and automates the integration of VPC flow logs with Amazon Athena. This make it easier for you to query and gain insights from VPC flow logs data. Based on the information that you provide, we configure resources in the template to do the following: Create a table in Athena that maps fields to a custom log format Create a Lambda function that updates the table with new partitions on a daily, weekly, or monthly basis Create a table partitioned between two timestamps in the past Create a set of named queries in Athena that you can use to get started quickly GetFlowLogsIntegrationTemplate does not support integration between Amazon Web Services Transit Gateway Flow Logs and Amazon Athena.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. flowLogId : Values_2.VpcFlowLogId.t;
    (*

    The ID of the flow log.

    *)
  3. configDeliveryS3DestinationArn : Values_0.String_.t;
    (*

    To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.

    *)
  4. integrateServices : Values_3.IntegrateServices.t;
    (*

    Information about the service integration.

    *)
}
Sourceval context_ : string
Sourceval make : ?dryRun:??? -> flowLogId:Values_2.VpcFlowLogId.t -> configDeliveryS3DestinationArn:Values_0.String_.t -> integrateServices:Values_3.IntegrateServices.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of Values_2.VpcFlowLogId.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of Values_0.String_.t | `Timestamp of Values_0.MillisecondDateTime.t ]) list ] list ]) list ]) 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