Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "dns_route53"
Variables ¶
This section is empty.
Functions ¶
func NewRoute53Updater ¶
func NewRoute53Updater(cfg *Route53UpdaterConfig) dns.Updater
Types ¶
type Route53UpdaterConfig ¶
type Route53UpdaterConfig struct { dns.UpdaterConfig Key string `toml:"key"` Secret string `toml:"secret"` Region string `tom:"region"` }
Click to show internal directories.
Click to hide internal directories.