|
NAMEPaws::Route53::KeySigningKey USAGEThis 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 DESCRIPTIONA 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. ATTRIBUTESCreatedDate => StrThe date when the key-signing key (KSK) was created. DigestAlgorithmMnemonic => StrA 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). DigestAlgorithmType => IntAn 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). DigestValue => StrA 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. DNSKEYRecord => StrA string that represents a DNSKEY record. DSRecord => StrA string that represents a delegation signer (DS) record. Flag => IntAn integer that specifies how the key is used. For key-signing key (KSK), this value is always 257. KeyTag => IntAn 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). KmsArn => StrThe 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:
The key policy must also include the Amazon Route 53 service in the principal for your account. Specify the following:
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). LastModifiedDate => StrThe last time that the key-signing key (KSK) was changed. Name => StrA 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. PublicKey => StrThe public key, represented as a Base64 encoding, as required by RFC-4034 Page 5 (https://tools.ietf.org/rfc/rfc4034.txt). SigningAlgorithmMnemonic => StrA 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). SigningAlgorithmType => IntAn 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). Status => StrA string that represents the current key-signing key (KSK) status. Status can have one of the following values:
StatusMessage => StrThe 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. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Route53 BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|