IRoute53Manager.

GetResourceRecordSets(string, Route53Settings, CancellationToken) Method

Summary

To retrieve a list of record sets for a particular hosted zone.
Assembly
Cake.AWS.Route53.dll
Namespace
Cake.AWS.Route53
Containing Type
IRoute53Manager

Syntax

Task<IList<ResourceRecordSet>> GetResourceRecordSets(string hostedZoneId, Route53Settings settings, CancellationToken cancellationToken = null)

Parameters

Name Type Description
hostedZoneId string The ID of the hosted zone whos record sets you want to list
settings Route53Settings The Route53Settings required to connect to Route53.
cancellationToken CancellationToken A cancellation token that can be used by other objects or threads to receive notice of cancellation.

Return Value

Type Description
Task<IList<ResourceRecordSet>>