LoadBalancerTlsCertificate

Describes a load balancer SSL/TLS certificate.

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

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

Link copied to clipboard

The time when you created your SSL/TLS certificate.

Link copied to clipboard

The domain name for your SSL/TLS certificate.

Link copied to clipboard

An array of LoadBalancerTlsCertificateDomainValidationRecord objects describing the records.

Link copied to clipboard

The validation failure reason, if any, of the certificate.

Link copied to clipboard

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

Link copied to clipboard

The time when the SSL/TLS certificate was issued.

Link copied to clipboard

The issuer of the certificate.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The Amazon Web Services Region and Availability Zone where you created your certificate.

Link copied to clipboard
val name: String?

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

Link copied to clipboard

The timestamp when the SSL/TLS certificate expires.

Link copied to clipboard

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

Link copied to clipboard

An object that describes the status of the certificate renewal managed by Lightsail.

Link copied to clipboard

The resource type (LoadBalancerTlsCertificate).

Link copied to clipboard

The reason the certificate was revoked. This value is present only when the certificate status is REVOKED.

Link copied to clipboard

The timestamp when the certificate was revoked. This value is present only when the certificate status is REVOKED.

Link copied to clipboard

The serial number of the certificate.

Link copied to clipboard

The algorithm that was used to sign the certificate.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

An array of strings that specify the alternate domains (example2.com) and subdomains (blog.example.com) for the certificate.

Link copied to clipboard

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.

Link copied to clipboard
val tags: List<Tag>?

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String