Documentation ¶
Index ¶
Constants ¶
View Source
const ( RecordTypeA = "A" RecordTypeAAAA = "AAAA" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { ZoneID string `json:"zoneId"` Records []string `json:"records"` RecordTypes []RecordType `json:"recordTypes"` TTL int64 `json:"ttl"` }
func (*Config) AAAARecordAllowed ¶
func (*Config) ARecordAllowed ¶
type RecordType ¶
type RecordType string
type Route53Updater ¶
type Route53Updater struct {
// contains filtered or unexported fields
}
type Route53UpdaterOpt ¶
type Route53UpdaterOpt func(*Route53Updater)
func SetDefaultTTL ¶
func SetDefaultTTL(ttl int64) Route53UpdaterOpt
SetDefaultTTL sets the TTL on a Route53Updater
Click to show internal directories.
Click to hide internal directories.