Route53Aliases.

GetHostedZone(ICakeContext, string, Route53Settings) Method

Summary

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

Syntax

public static Task<HostedZone> GetHostedZone(this ICakeContext context, string domain, Route53Settings settings)

Attributes

Type Description
AsyncStateMachineAttribute
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The cake context.
domain string The name of the domain
settings Route53Settings The Route53Settings required to connect to Route53.

Return Value

Type Description
Task<HostedZone>