Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrCredentialsInvalid is returned when client credentials are invalid. ErrCredentialsInvalid = errors.New("invalid credentials") // ErrUnknownZone is returned when the hostname is not found. ErrUnknownZone = errors.New("unknown zoneID") // ErrInvalidHostname is returned when the hostname is invalid. ErrInvalidHostname = errors.New("invalid hostname") )
Functions ¶
func ValidateOptions ¶
ValidateOptions validates the options for the Route53 provider.
Types ¶
Click to show internal directories.
Click to hide internal directories.