Documentation ¶
Overview ¶
Package route53cleaner can find unused entries on Route53
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnusedRecord ¶ added in v0.2.0
type UnusedRecord struct {
Name, Type, Addr string
}
UnusedRecord represents a probably unused record that may be removed
func FindUnused ¶ added in v0.2.0
func FindUnused(sess *session.Session) (removables []UnusedRecord, err error)
FindUnused returns records that are not being used and can probably be removed.
Directories ¶
Path | Synopsis |
---|---|
Package addrs finds DNS names of all AWS resource.
|
Package addrs finds DNS names of all AWS resource. |
cmd
|
|
Package routes can find all route53 records of a given account
|
Package routes can find all route53 records of a given account |
Click to show internal directories.
Click to hide internal directories.