This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.AWS.Route53.
Summary
To retrieve a list of record sets for a particular hosted zone.
Syntax
public static Task<IList<ResourceRecordSet>> GetResourceRecordSets(this ICakeContext context, string hostedZoneId, Route53Settings settings)
Attributes
Type |
Description |
AsyncStateMachineAttribute |
|
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The cake context. |
hostedZoneId |
string |
The ID of the hosted zone whos record sets you want to list |
settings |
Route53Settings |
The Route53Settings required to connect to Route53. |
Return Value
Type |
Description |
Task<IList<ResourceRecordSet>> |
|