Route53Manager.

GetHostedZone(string, Route53Settings, CancellationToken) Method

Summary

Retrieve the hosted zone for a specific domain.
Assembly
Cake.AWS.Route53.dll
Namespace
Cake.AWS.Route53
Containing Type
Route53Manager

Syntax

public Task<HostedZone> GetHostedZone(string domain, Route53Settings settings, CancellationToken cancellationToken = null)

Attributes

Type Description
AsyncStateMachineAttribute

Parameters

Name Type Description
domain string The name of the domain
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<HostedZone>