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
Amazon Route53 aliases
- Assembly
- Cake
.AWS .Route53 .dll - Namespace
- Cake
.AWS .Route53 - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["Route53Aliases"]
class Type type-node
Syntax
public static class Route53Aliases
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
|
Cake |
Methods
Name | Value | Summary |
---|---|---|
CreateHostedZone |
Task |
Create a new hosted zone. When you create a zone, its initial status is PENDING. This means that it is not yet available on all DNS servers.
The status of the zone changes to INSYNC when the NS and SOA records are available on all Route 53 DNS servers.
static
|
CreateHostedZone |
Task |
Create a new hosted zone. When you create a zone, its initial status is PENDING. This means that it is not yet available on all DNS servers.
The status of the zone changes to INSYNC when the NS and SOA records are available on all Route 53 DNS servers.
static
|
Create |
Task |
Create or change a DNS record pointing to the current instance
static
|
Create |
Task |
Create or change a DNS record for a hosted zone.
static
|
Create |
Task |
Create or change a DNS record for a hosted zone.
static
|
DeleteHostedZone |
Task |
Delete a hosted zone.
static
|
Delete |
Task |
Delete a DNS record for a hosted zone.
static
|
GetHostedZone |
Task |
Retrieve the hosted zone for a specific domain.
static
|
GetHostedZones |
Task |
Retrieve a list of your hosted zones.
static
|
Get |
Task |
To retrieve a list of record sets for a particular hosted zone.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|