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
Delete a hosted zone.
- Assembly
- Cake
.AWS .Route53 .dll - Namespace
- Cake
.AWS .Route53 - Containing Type
- IRoute53Manager
Syntax
Task<bool> DeleteHostedZone(string hostedZoneId, Route53Settings settings, CancellationToken cancellationToken = null)
Parameters
Name | Type | Description |
---|---|---|
hostedZoneId | string | The ID of the hosted zone that contains the resource record sets that you want to delete |
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 |