enable_hosted_zone_dnssec
(**kwargs)¶Enables DNSSEC signing in a specific hosted zone.
See also: AWS API Documentation
Request Syntax
response = client.enable_hosted_zone_dnssec(
HostedZoneId='string'
)
[REQUIRED]
A unique string used to identify a hosted zone.
{
'ChangeInfo': {
'Id': 'string',
'Status': 'PENDING'|'INSYNC',
'SubmittedAt': datetime(2015, 1, 1),
'Comment': 'string'
}
}
Response Structure
A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
The current state of the request. PENDING
indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
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.751Z
represents March 27, 2017 at 17:48:16.751 UTC.
A comment you can provide.
Exceptions
Route53.Client.exceptions.NoSuchHostedZone
Route53.Client.exceptions.InvalidArgument
Route53.Client.exceptions.ConcurrentModification
Route53.Client.exceptions.KeySigningKeyWithActiveStatusNotFound
Route53.Client.exceptions.InvalidKMSArn
Route53.Client.exceptions.HostedZonePartiallyDelegated
Route53.Client.exceptions.DNSSECNotFound
Route53.Client.exceptions.InvalidKeySigningKeyStatus
Route53.Client.exceptions.InvalidInput