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
Provides a client for making API requests to Amazon Route 53.
- Assembly
- Cake
.AWS .Route53 .dll - Namespace
- Cake
.AWS .Route53 - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IRoute53Manager"]
click Interface0 "/api/Cake.AWS.Route53/IRoute53Manager"
Type["Route53Manager"]
class Type type-node
Syntax
public class Route53Manager : IRoute53Manager
Constructors
Name | Summary |
---|---|
Route53Manager |
Initializes a new instance of the Route53Manager class.
|
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.
|
Create |
Task |
Create or change a DNS record for a hosted zone.
|
DeleteHostedZone |
Task |
Delete a hosted zone.
|
Delete |
Task |
Delete a DNS record for a hosted zone.
|
GetHostedZone |
Task |
Retrieve the hosted zone for a specific domain.
|
GetHostedZones |
Task |
Retrieve a list of your hosted zones.
|
Get |
Task |
To retrieve a list of record sets for a particular hosted zone.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|