r53

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Info

type Info struct {
	Zone        string
	Name        string
	Values      []string
	AliasTarget string
}

Info contains minimal data about a Route53 entry.

func (Info) IPInfo added in v0.0.3

func (i Info) IPInfo() string

IPInfo returns only information related to IP addresses.

func (Info) Matches

func (i Info) Matches(value string) bool

Matches determines if a value can be found in the data for the Route53 entry.

func (Info) String

func (i Info) String() string

type InfoSlice

type InfoSlice []Info

InfoSlice is a slice of Info objects.

func (*InfoSlice) Load

func (Infos *InfoSlice) Load(sess *session.Session) error

Load gathers data from AWS about all the Route53 entries in the account.

Jump to

Keyboard shortcuts

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