AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
To create a new reusable delegationSet, send a POST request to the
/Route
53 API version/delegationset
resource. The request body must include a
document with a CreateReusableDelegationSetRequest element. The response
returns the CreateReusableDelegationSetResponse element that contains
metadata about the delegationSet.
If the optional parameter HostedZoneId is specified, it marks the delegationSet associated with that particular hosted zone as reusable.
Namespace: Amazon.Route53.Model
Assembly: AWSSDK.dll
Version: (assembly version)
public class CreateReusableDelegationSetRequest : AmazonRoute53Request IRequestEvents
The CreateReusableDelegationSetRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
CreateReusableDelegationSetRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
CallerReference | System.String |
Gets and sets the property CallerReference.
A unique string that identifies the request and that allows failed Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes. |
|
HostedZoneId | System.String |
Gets and sets the property HostedZoneId.
The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter. |
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8