Route53 / Client / disable_hosted_zone_dnssec
disable_hosted_zone_dnssec¶
- Route53.Client.disable_hosted_zone_dnssec(**kwargs)¶
- 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. - See also: AWS API Documentation - Request Syntax- response = client.disable_hosted_zone_dnssec( HostedZoneId='string' ) - Parameters:
- HostedZoneId (string) – - [REQUIRED] - A unique string used to identify a hosted zone. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'ChangeInfo': { 'Id': 'string', 'Status': 'PENDING'|'INSYNC', 'SubmittedAt': datetime(2015, 1, 1), 'Comment': 'string' } } - Response Structure- (dict) – - ChangeInfo (dict) – - A complex type that describes change information about changes made to your hosted zone. - Id (string) – - This element contains an ID that you use when performing a GetChange action to get detailed information about the change. 
- Status (string) – - The current state of the request. - PENDINGindicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
- SubmittedAt (datetime) – - The date and time that the change request was submitted in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value - 2017-03-27T17:48:16.751Zrepresents March 27, 2017 at 17:48:16.751 UTC.
- Comment (string) – - A comment you can provide. 
 
 
 
 - Exceptions