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
Retrieve a list of your hosted zones.
Syntax
public Task<IList<HostedZone>> GetHostedZones(Route53Settings settings, CancellationToken cancellationToken = null)
Attributes
Type |
Description |
AsyncStateMachineAttribute |
|
Parameters
Name |
Type |
Description |
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<HostedZone>> |
|