![]() |
![]()
| ![]() |
![]()
NAMEPaws::ACM::CertificateDetail 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::ACM::CertificateDetail object: $service_obj->Method(Att1 => { CertificateArn => $value, ..., Type => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ACM::CertificateDetail object: $result = $service_obj->Method(...); $result->Att1->CertificateArn DESCRIPTIONContains metadata about an ACM certificate. This structure is returned in the response to a DescribeCertificate request. ATTRIBUTESCertificateArn => StrThe Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) in the AWS General Reference. CertificateAuthorityArn => StrThe Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format: "arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012" CreatedAt => StrThe time at which the certificate was requested. DomainName => StrThe fully qualified domain name for the certificate, such as www.example.com or example.com. DomainValidationOptions => ArrayRef[Paws::ACM::DomainValidation]Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is "AMAZON_ISSUED". ExtendedKeyUsages => ArrayRef[Paws::ACM::ExtendedKeyUsage]Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID). FailureReason => StrThe reason the certificate request failed. This value exists only when the certificate status is "FAILED". For more information, see Certificate Request Failed (https://docs.aws.amazon.com/acm/latest/userguide/troubleshooting.html#troubleshooting-failed) in the AWS Certificate Manager User Guide. ImportedAt => StrThe date and time at which the certificate was imported. This value exists only when the certificate type is "IMPORTED". InUseBy => ArrayRef[Str|Undef]A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources. IssuedAt => StrThe time at which the certificate was issued. This value exists only when the certificate type is "AMAZON_ISSUED". Issuer => StrThe name of the certificate authority that issued and signed the certificate. KeyAlgorithm => StrThe algorithm that was used to generate the public-private key pair. KeyUsages => ArrayRef[Paws::ACM::KeyUsage]A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more. NotAfter => StrThe time after which the certificate is not valid. NotBefore => StrThe time before which the certificate is not valid. Options => Paws::ACM::CertificateOptionsValue that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure. RenewalEligibility => StrSpecifies whether the certificate is eligible for renewal. At this time, only exported private certificates can be renewed with the RenewCertificate command. RenewalSummary => Paws::ACM::RenewalSummaryContains information about the status of ACM's managed renewal (https://docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html) for the certificate. This field exists only when the certificate type is "AMAZON_ISSUED". RevocationReason => StrThe reason the certificate was revoked. This value exists only when the certificate status is "REVOKED". RevokedAt => StrThe time at which the certificate was revoked. This value exists only when the certificate status is "REVOKED". Serial => StrThe serial number of the certificate. SignatureAlgorithm => StrThe algorithm that was used to sign the certificate. Status => StrThe status of the certificate. Subject => StrThe name of the entity that is associated with the public key contained in the certificate. SubjectAlternativeNames => ArrayRef[Str|Undef]One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website. Type => StrThe source of the certificate. For certificates provided by ACM, this value is "AMAZON_ISSUED". For certificates that you imported with ImportCertificate, this value is "IMPORTED". ACM does not provide managed renewal (https://docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html) for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates (https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html) in the AWS Certificate Manager User Guide. SEE ALSOThis class forms part of Paws, describing an object used in Paws::ACM 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>
|