![]() |
![]()
| ![]() |
![]()
NAMEPaws::Lightsail::Certificate 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::Lightsail::Certificate object: $service_obj->Method(Att1 => { Arn => $value, ..., Tags => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Lightsail::Certificate object: $result = $service_obj->Method(...); $result->Att1->Arn DESCRIPTIONDescribes the full details of an Amazon Lightsail SSL/TLS certificate. To get a summary of a certificate, use the "GetCertificates" action and ommit "includeCertificateDetails" from your request. The response will include only the certificate Amazon Resource Name (ARN), certificate name, domain name, and tags. ATTRIBUTESArn => StrThe Amazon Resource Name (ARN) of the certificate. CreatedAt => StrThe timestamp when the certificate was created. DomainName => StrThe domain name of the certificate. DomainValidationRecords => ArrayRef[Paws::Lightsail::DomainValidationRecord]An array of objects that describe the domain validation records of the certificate. EligibleToRenew => StrThe renewal eligibility of the certificate. InUseResourceCount => IntThe number of Lightsail resources that the certificate is attached to. IssuedAt => StrThe timestamp when the certificate was issued. IssuerCA => StrThe certificate authority that issued the certificate. KeyAlgorithm => StrThe algorithm used to generate the key pair (the public and private key) of the certificate. Name => StrThe name of the certificate (e.g., "my-certificate"). NotAfter => StrThe timestamp when the certificate expires. NotBefore => StrThe timestamp when the certificate is first valid. RenewalSummary => Paws::Lightsail::RenewalSummaryAn object that describes the status of the certificate renewal managed by Lightsail. RequestFailureReason => StrThe validation failure reason, if any, of the certificate. The following failure reasons are possible:
RevocationReason => StrThe reason the certificate was revoked. This value is present only when the certificate status is "REVOKED". RevokedAt => StrThe timestamp when the certificate was revoked. This value is present only when the certificate status is "REVOKED". SerialNumber => StrThe serial number of the certificate. Status => StrThe validation status of the certificate. SubjectAlternativeNames => ArrayRef[Str|Undef]An array of strings that specify the alternate domains (e.g., "example2.com") and subdomains (e.g., "blog.example.com") of the certificate. SupportCode => StrThe support code. Include this code in your email to support when you have questions about your Lightsail certificate. This code enables our support team to look up your Lightsail information more easily. Tags => ArrayRef[Paws::Lightsail::Tag]The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide (https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-tags). SEE ALSOThis class forms part of Paws, describing an object used in Paws::Lightsail 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>
|