NAME

Paws::Lightsail::LoadBalancerTlsCertificate

USAGE

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::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

DESCRIPTION

Describes a load balancer SSL/TLS certificate.

TLS is just an updated, more secure version of Secure Socket Layer (SSL).

ATTRIBUTES

Arn => Str

The Amazon Resource Name (ARN) of the SSL/TLS certificate.

CreatedAt => Str

The time when you created your SSL/TLS certificate.

DomainName => Str

The domain name for your SSL/TLS certificate.

DomainValidationRecords => ArrayRef[Paws::Lightsail::LoadBalancerTlsCertificateDomainValidationRecord]

An array of LoadBalancerTlsCertificateDomainValidationRecord objects describing the records.

FailureReason => Str

The reason for the SSL/TLS certificate validation failure.

IsAttached => Bool

When true, the SSL/TLS certificate is attached to the Lightsail load balancer.

IssuedAt => Str

The time when the SSL/TLS certificate was issued.

Issuer => Str

The issuer of the certificate.

KeyAlgorithm => Str

The algorithm that was used to generate the key pair (the public and private key).

LoadBalancerName => Str

The load balancer name where your SSL/TLS certificate is attached.

Location => Paws::Lightsail::ResourceLocation

The AWS Region and Availability Zone where you created your certificate.

Name => Str

The name of the SSL/TLS certificate (e.g., my-certificate).

NotAfter => Str

The timestamp when the SSL/TLS certificate expires.

NotBefore => Str

The timestamp when the SSL/TLS certificate is first valid.

RenewalSummary => Paws::Lightsail::LoadBalancerTlsCertificateRenewalSummary

An object containing information about the status of Lightsail's managed renewal for the certificate.

ResourceType => Str

The resource type (e.g., LoadBalancerTlsCertificate).

  • Instance - A Lightsail instance (a virtual private server)

  • StaticIp - A static IP address

  • KeyPair - The key pair used to connect to a Lightsail instance

  • InstanceSnapshot - A Lightsail instance snapshot

  • Domain - A DNS zone

  • PeeredVpc - A peered VPC

  • LoadBalancer - A Lightsail load balancer

  • LoadBalancerTlsCertificate - An SSL/TLS certificate associated with a Lightsail load balancer

  • Disk - A Lightsail block storage disk

  • DiskSnapshot - A block storage disk snapshot

RevocationReason => Str

The reason the certificate was revoked. Valid values are below.

RevokedAt => Str

The timestamp when the SSL/TLS certificate was revoked.

Serial => Str

The serial number of the certificate.

SignatureAlgorithm => Str

The algorithm that was used to sign the certificate.

Status => Str

The status of the SSL/TLS certificate. Valid values are below.

Subject => Str

The name of the entity that is associated with the public key contained in the certificate.

SubjectAlternativeNames => ArrayRef[Str|Undef]

One or more domains or subdomains 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 (CNAME) of the certificate and additional domain names that can be used to connect to the website, such as example.com, www.example.com, or m.example.com.

SupportCode => Str

The 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 ALSO

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

BUGS and CONTRIBUTIONS

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