constants

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NAME  string = "cloudtrail-cli"
	USAGE string = "Blazing fast single purpose cli for CloudTrail log filtering"
)
View Source
const (
	// CloudTrail API limits
	MaxCloudTrailResults = 50000
	DefaultBatchSize     = 50

	// Memory and performance limits
	MaxJSONPayloadSize    = 1024 * 1024 // 1MB
	DefaultTruncateLength = 24
	OperationTimeout      = 5 * time.Minute

	// AWS service validation
	AWSServiceSuffix = ".amazonaws.com"
)

Variables

View Source
var (
	GitVersion string
	GoVersion  string
	BuildTime  string
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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