Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HostedZone ¶
func (HostedZone) IsSuperDomainOf ¶
func (h HostedZone) IsSuperDomainOf(fqdn string) bool
type Route53 ¶
type Route53 struct {
// contains filtered or unexported fields
}
func (*Route53) CreateAlias ¶
func (route53 *Route53) CreateAlias(h HostedZone, recordType, name, target, targetHostedZone string)
func (*Route53) CreateResourceRecord ¶
func (route53 *Route53) CreateResourceRecord(h HostedZone, Type, Name, Value string)
func (*Route53) ListHostedZones ¶
func (route53 *Route53) ListHostedZones() []HostedZone
Click to show internal directories.
Click to hide internal directories.