Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
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 ¶
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.
Click to show internal directories.
Click to hide internal directories.