hosted_zone

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: 11 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(route53Client *aws.Route53Client) *Getter

func (*Getter) Get

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

func (*Getter) GetAllZones

func (g *Getter) GetAllZones() ([]types.HostedZone, error)

func (*Getter) GetZoneByName

func (g *Getter) GetZoneByName(name string) (types.HostedZone, error)

func (*Getter) Init

func (g *Getter) Init()

type HostedZonePrinter

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

func NewPrinter

func NewPrinter(zones []types.HostedZone) *HostedZonePrinter

func (*HostedZonePrinter) PrintJSON

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

func (*HostedZonePrinter) PrintTable

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

func (*HostedZonePrinter) PrintYAML

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

Jump to

Keyboard shortcuts

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