types

package
v0.0.0-...-fec136a Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AWSEC2DescribeInstances

type AWSEC2DescribeInstances struct {
	Instances []*ec2.Instance
}

AWSEC2DescribeInstances contains a list of AWS EC2 instances

type AWSLogGroup

type AWSLogGroup struct {
	ID   string // ARN of the log group
	Name string // Name of the log group
}

AWSLogGroup represents a CloudWatch log group ARN and name

type AWSLogGroupStreams

type AWSLogGroupStreams struct {
	Group   *AWSLogGroup                // Log group reference
	Streams []*cloudwatchlogs.LogStream // Log streams within the log group
}

AWSLogGroupStreams contains a CloudWatch log group along with a list of its log streams

Jump to

Keyboard shortcuts

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