Skip to content
View maiconbaum's full-sized avatar
Block or Report

Block or report maiconbaum

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. AWS Glue Catalog Table for AWS VPC F... AWS Glue Catalog Table for AWS VPC Flow Logs using Apache Hive Compatible Format and Partition Projection.
    1
    CREATE EXTERNAL TABLE IF NOT EXISTS aws_vpc_flow_logs (
    2
      `version` int, 
    3
      `account_id` string, 
    4
      `interface_id` string, 
    5
      `srcaddr` string, 
  2. This is a SQL Query to create a tabl... This is a SQL Query to create a table in AWS Glue Data Catalog using Amazon Athena Query Editor in order to query Transit Gateway Flow Logs using Apache Parquet format, with Hive Compatible mode enabled and daily partition.
    1
    CREATE EXTERNAL TABLE IF NOT EXISTS transit_gateway (
    2
      `version` int, 
    3
      `resource_type` string,
    4
      `account_id` string, 
    5
      `tgw_id` string, 
  3. smartscaling/terraform-google-logging-metric smartscaling/terraform-google-logging-metric Public

    A Terraform module for configuring Logs-based metrics on GCP.

    HCL 3