def _columns()

in athena_glue_service_logs/vpc_flow.py [0:0]


    def _columns():
        return [
            {"Name": "version", "Type": "int"},
            {"Name": "account", "Type": "string"},
            {"Name": "interfaceid", "Type": "string"},
            {"Name": "sourceaddress", "Type": "string"},
            {"Name": "destinationaddress", "Type": "string"},
            {"Name": "sourceport", "Type": "int"},
            {"Name": "destinationport", "Type": "int"},
            {"Name": "protocol", "Type": "int"},
            {"Name": "numpackets", "Type": "int"},
            {"Name": "numbytes", "Type": "int"},
            {"Name": "starttime", "Type": "timestamp"},
            {"Name": "endtime", "Type": "timestamp"},
            {"Name": "action", "Type": "string"},
            {"Name": "logstatus", "Type": "string"},
        ]