Documentation ¶
Index ¶
- func ChangeRecordSet(state, aliasName, aliasHostedZoneID, name, hostedZoneID string, dnsType string) (string, error)
- func GetALBAttributes(loadBalancername string, logger log.Logger) (string, string)
- func GetELBAttributes(loadBalancername string, logger log.Logger) (string, string)
- func GetHostedZone(host string, logger log.Logger) (string, error)
- type HostedZone
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChangeRecordSet ¶
func ChangeRecordSet(state, aliasName, aliasHostedZoneID, name, hostedZoneID string, dnsType string) (string, error)
ChangeRecordSet modifies Amazon Route53 recordset with given state (upsert/delete)
func GetALBAttributes ¶
return alb attributes for provided load-balancer-name
func GetELBAttributes ¶
return elb attributes for provided load-balancer-name
Types ¶
type HostedZone ¶
type HostedZone struct {
// contains filtered or unexported fields
}
define struct
Click to show internal directories.
Click to hide internal directories.