![]() |
![]()
| ![]() |
![]()
NAMEPaws::Lightsail::LoadBalancerTlsCertificate 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::LoadBalancerTlsCertificate 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::LoadBalancerTlsCertificate object: $result = $service_obj->Method(...); $result->Att1->Arn DESCRIPTIONDescribes a load balancer SSL/TLS certificate. TLS is just an updated, more secure version of Secure Socket Layer (SSL). ATTRIBUTESArn => StrThe Amazon Resource Name (ARN) of the SSL/TLS certificate. CreatedAt => StrThe time when you created your SSL/TLS certificate. DomainName => StrThe domain name for your SSL/TLS certificate. DomainValidationRecords => ArrayRef[Paws::Lightsail::LoadBalancerTlsCertificateDomainValidationRecord]An array of LoadBalancerTlsCertificateDomainValidationRecord objects describing the records. FailureReason => StrThe validation failure reason, if any, of the certificate. The following failure reasons are possible:
IsAttached => BoolWhen "true", the SSL/TLS certificate is attached to the Lightsail load balancer. IssuedAt => StrThe time when the SSL/TLS certificate was issued. Issuer => StrThe issuer of the certificate. KeyAlgorithm => StrThe algorithm used to generate the key pair (the public and private key). LoadBalancerName => StrThe load balancer name where your SSL/TLS certificate is attached. Location => Paws::Lightsail::ResourceLocationThe AWS Region and Availability Zone where you created your certificate. Name => StrThe name of the SSL/TLS certificate (e.g., "my-certificate"). NotAfter => StrThe timestamp when the SSL/TLS certificate expires. NotBefore => StrThe timestamp when the SSL/TLS certificate is first valid. RenewalSummary => Paws::Lightsail::LoadBalancerTlsCertificateRenewalSummaryAn object that describes the status of the certificate renewal managed by Lightsail. ResourceType => StrThe resource type (e.g., "LoadBalancerTlsCertificate").
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". Serial => StrThe serial number of the certificate. SignatureAlgorithm => StrThe algorithm that was used to sign the certificate. Status => StrThe validation status of the SSL/TLS certificate. Valid values are below. Subject => StrThe name of the entity that is associated with the public key contained in 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") for the certificate. SupportCode => StrThe support code. Include this code in your email to support when you have questions about your Lightsail load balancer or SSL/TLS 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>
|