AWS SDK Version 3 for .NET
API Reference

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.

Disables DNSSEC signing in a specific hosted zone. This action does not deactivate any key-signing keys (KSKs) that are active in the hosted zone.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DisableHostedZoneDNSSECAsync.

Namespace: Amazon.Route53
Assembly: AWSSDK.Route53.dll
Version: 3.x.y.z

Syntax

C#
public abstract DisableHostedZoneDNSSECResponse DisableHostedZoneDNSSEC(
         DisableHostedZoneDNSSECRequest request
)

Parameters

request
Type: Amazon.Route53.Model.DisableHostedZoneDNSSECRequest

Container for the necessary parameters to execute the DisableHostedZoneDNSSEC service method.

Return Value


The response from the DisableHostedZoneDNSSEC service method, as returned by Route53.

Exceptions

ExceptionCondition
ConcurrentModificationException Another user submitted a request to create, update, or delete the object at the same time that you did. Retry the request.
DNSSECNotFoundException The hosted zone doesn't have any DNSSEC resources.
InvalidArgumentException Parameter name is not valid.
InvalidInputException The input is not valid.
InvalidKeySigningKeyStatusException The key-signing key (KSK) status isn't valid or another KSK has the status INTERNAL_FAILURE.
InvalidKMSArnException The KeyManagementServiceArn that you specified isn't valid to use with DNSSEC signing.
KeySigningKeyInParentDSRecordException The key-signing key (KSK) is specified in a parent DS record.
NoSuchHostedZoneException No hosted zone exists with the ID that you specified.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also