GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::Route53::KeySigningKey(3) User Contributed Perl Documentation Paws::Route53::KeySigningKey(3)

Paws::Route53::KeySigningKey

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::Route53::KeySigningKey object:

  $service_obj->Method(Att1 => { CreatedDate => $value, ..., StatusMessage => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::Route53::KeySigningKey object:

  $result = $service_obj->Method(...);
  $result->Att1->CreatedDate

A key-signing key (KSK) is a complex type that represents a public/private key pair. The private key is used to generate a digital signature for the zone signing key (ZSK). The public key is stored in the DNS and is used to authenticate the ZSK. A KSK is always associated with a hosted zone; it cannot exist by itself.

The date when the key-signing key (KSK) was created.

A string used to represent the delegation signer digest algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.3 (https://tools.ietf.org/html/rfc8624#section-3.3).

An integer used to represent the delegation signer digest algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.3 (https://tools.ietf.org/html/rfc8624#section-3.3).

A cryptographic digest of a DNSKEY resource record (RR). DNSKEY records are used to publish the public key that resolvers can use to verify DNSSEC signatures that are used to secure certain kinds of information provided by the DNS system.

A string that represents a DNSKEY record.

A string that represents a delegation signer (DS) record.

An integer that specifies how the key is used. For key-signing key (KSK), this value is always 257.

An integer used to identify the DNSSEC record for the domain name. The process used to calculate the value is described in RFC-4034 Appendix B (https://tools.ietf.org/rfc/rfc4034.txt).

The Amazon resource name (ARN) used to identify the customer managed customer master key (CMK) in AWS Key Management Service (AWS KMS). The "KmsArn" must be unique for each key-signing key (KSK) in a single hosted zone.

You must configure the CMK as follows:

Enabled
ECC_NIST_P256
Sign and verify
The key policy must give permission for the following actions:
  • DescribeKey
  • GetPublicKey
  • Sign

The key policy must also include the Amazon Route 53 service in the principal for your account. Specify the following:

"Service": "api-service.dnssec.route53.aws.internal"

For more information about working with the customer managed CMK in AWS KMS, see AWS Key Management Service concepts (https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html).

The last time that the key-signing key (KSK) was changed.

A string used to identify a key-signing key (KSK). "Name" can include numbers, letters, and underscores (_). "Name" must be unique for each key-signing key in the same hosted zone.

The public key, represented as a Base64 encoding, as required by RFC-4034 Page 5 (https://tools.ietf.org/rfc/rfc4034.txt).

A string used to represent the signing algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.1 (https://tools.ietf.org/html/rfc8624#section-3.1).

An integer used to represent the signing algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.1 (https://tools.ietf.org/html/rfc8624#section-3.1).

A string that represents the current key-signing key (KSK) status.

Status can have one of the following values:

The KSK is being used for signing.
The KSK is not being used for signing.
The KSK is in the process of being deleted.
There is a problem with the KSK that requires you to take action to resolve. For example, the customer managed customer master key (CMK) might have been deleted, or the permissions for the customer managed CMK might have been changed.
There was an error during a request. Before you can continue to work with DNSSEC signing, including actions that involve this KSK, you must correct the problem. For example, you may need to activate or deactivate the KSK.

The status message provided for the following key-signing key (KSK) statuses: "ACTION_NEEDED" or "INTERNAL_FAILURE". The status message includes information about what the problem might be and steps that you can take to correct the issue.

This class forms part of Paws, describing an object used in Paws::Route53

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.