prefix_list

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2024 License: MIT-0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewResource

func NewResource() *resource.Resource

Types

type Getter

type Getter struct {
	// contains filtered or unexported fields
}

func NewGetter

func NewGetter(ec2Client *aws.EC2Client) *Getter

func (*Getter) Get

func (g *Getter) Get(id string, output printer.Output, options resource.Options) error

func (*Getter) GetAll

func (g *Getter) GetAll(filters []types.Filter) ([]PrefixList, error)

func (*Getter) GetByPrefixListId

func (g *Getter) GetByPrefixListId(prefixListId string) ([]PrefixList, error)

func (*Getter) Init

func (g *Getter) Init()

type PrefixList

type PrefixList struct {
	PrefixList types.ManagedPrefixList
	Entries    []types.PrefixListEntry
}

type PrefixListPrinter

type PrefixListPrinter struct {
	// contains filtered or unexported fields
}

func NewPrinter

func NewPrinter(prefixLists []PrefixList) *PrefixListPrinter

func (*PrefixListPrinter) PrintJSON

func (p *PrefixListPrinter) PrintJSON(writer io.Writer) error

func (*PrefixListPrinter) PrintTable

func (p *PrefixListPrinter) PrintTable(writer io.Writer) error

func (*PrefixListPrinter) PrintYAML

func (p *PrefixListPrinter) PrintYAML(writer io.Writer) error

Jump to

Keyboard shortcuts

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