Route53Aliases.

DeleteHostedZone(ICakeContext, string, Route53Settings) Method

Summary

Delete a hosted zone.
Assembly
Cake.AWS.Route53.dll
Namespace
Cake.AWS.Route53
Containing Type
Route53Aliases

Syntax

public static Task<bool> DeleteHostedZone(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 that contains the resource record sets that you want to delete
settings Route53Settings The Route53Settings required to connect to Route53.

Return Value

Type Description
Task<bool>