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
Assembly: AWSSDK.dll
Version: (assembly version)
public abstract CreateReusableDelegationSetResponse CreateReusableDelegationSet( CreateReusableDelegationSetRequest request )
Container for the necessary parameters to execute the CreateReusableDelegationSet service method.
| Exception | Condition |
|---|---|
| DelegationSetAlreadyCreatedException | A delegation set with the same owner and caller reference combination has already been created. |
| DelegationSetAlreadyReusableException | The specified delegation set has already been marked as reusable. |
| DelegationSetNotAvailableException | Amazon Route 53 allows some duplicate domain names, but there is a maximum number of duplicate names. This error indicates that you have reached that maximum. If you want to create another hosted zone with the same name and Amazon Route 53 generates this error, you can request an increase to the limit on the Contact Us page. |
| HostedZoneNotFoundException | The specified HostedZone cannot be found. |
| InvalidArgumentException | At least one of the specified arguments is invalid. |
| InvalidInputException | Some value specified in the request is invalid or the XML document is malformed. |
| LimitsExceededException | The limits specified for a resource have been exceeded. |
.NET Framework:
Supported in: 4.5, 4.0, 3.5