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.
- Assembly
- Cake
.AWS .Route53 .dll - Namespace
- Cake
.AWS .Route53 - Containing Type
- Route53Aliases
Syntax
public static Task<IList<HostedZone>> GetHostedZones(this ICakeContext context, Route53Settings settings)
Attributes
Type | Description |
---|---|
Async |
|
Cake |
|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The cake context. |
settings | Route53Settings | The Route53Settings required to connect to Route53. |
Return Value
Type | Description |
---|---|
Task |