Documentation
¶
Overview ¶
Package route53 provides logic and data structures necessary to enumerate and integrate AWS Route 53 resources.
Index ¶
Constants ¶
View Source
const (
REGION = "us-east-1"
)
REGION is the region to use for Route53 enumeration. Route53 is a global service, so we only need to query once.
Variables ¶
This section is empty.
Functions ¶
func EnumerateRoute53 ¶
func EnumerateRoute53(ctx context.Context, awscfg aws.Config, config route53fern.Route53EnumerateConfig) *route53fern.Route53EnumerateReport
EnumerateRoute53 retrieves all Route 53 hosted zones available to the caller and returns a Route53EnumerateReport struct
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.