Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Config ¶
type Config struct { Logger micrologger.Logger Route53Enabled bool }
type HostedZone ¶
type HostedZone struct {
// contains filtered or unexported fields
}
func New ¶
func New(config Config) (*HostedZone, error)
type Route53 ¶
type Route53 interface {
ListHostedZonesByName(input *route53.ListHostedZonesByNameInput) (*route53.ListHostedZonesByNameOutput, error)
}
Click to show internal directories.
Click to hide internal directories.