meta

package
v0.0.0-...-62343dc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IngestionTimestamp

type IngestionTimestamp struct {
	Key        string `bson:"ingestion_key" dynamodbav:"ingestion_key" parquet:"name=key,type=BYTE_ARRAY,convertedtype=UTF8"`
	ReportTime int64  `bson:"report_time" dynamodbav:"report_time" parquet:"name=report_time,type=INT64,convertedtype=TIMESTAMP_MILLIS"`
}

type InventoryResults

type InventoryResults struct {
	InventoryUUID    string `bson:"_id" dynamodbav:"_id" parquet:"name=_id,type=BYTE_ARRAY,convertedtype=UTF8"`
	Cloud            string `bson:"cloud" dynamodbav:"cloud" parquet:"name=cloud,type=BYTE_ARRAY,convertedtype=UTF8"`
	Service          string `bson:"service" dynamodbav:"service" parquet:"name=service,type=BYTE_ARRAY,convertedtype=UTF8"`
	Resource         string `bson:"resource" dynamodbav:"resource" parquet:"name=resource,type=BYTE_ARRAY,convertedtype=UTF8"`
	AccountId        string `bson:"account_id" dynamodbav:"account_id" parquet:"name=account_id,type=BYTE_ARRAY,convertedtype=UTF8"`
	Region           string `bson:"region" dynamodbav:"region" parquet:"name=region,type=BYTE_ARRAY,convertedtype=UTF8"`
	FetchedResources int    `bson:"fetched_resources" dynamodbav:"fetched_resources" parquet:"name=fetched_resources,type=INT32"`
	FailedResources  int    `bson:"failed_resources" dynamodbav:"failed_resources" parquet:"name=failed_resources,type=INT32"`
	HadErrors        bool   `bson:"had_errors" dynamodbav:"had_errors" parquet:"name=had_errors,type=BOOLEAN"`
	ReportTime       int64  `bson:"report_time" dynamodbav:"report_time" parquet:"name=report_time,type=INT64,convertedtype=TIMESTAMP_MILLIS"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL