route53

package
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Driver

type Driver struct {
	Client *api.Client
}

Driver enumerates Route53 hosted zones and their resource record sets, surfacing them as the cloudlist `domain` asset. Route53 is a global service, so the driver does not iterate per-region; the SigV4 region is fixed at `us-east-1` by the API client.

func (*Driver) GetDomains

func (d *Driver) GetDomains(ctx context.Context) ([]schema.Domain, error)

GetDomains returns one schema.Domain per hosted zone, with records flattened across all rrsets. A single per-zone error short-circuits that zone's records but is appended via list.AddError; remaining zones still surface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL