GetLoadBalancerTlsCertificateResult

data class GetLoadBalancerTlsCertificateResult(val httpsRedirectionEnabled: Boolean? = null, val isAttached: Boolean? = null, val loadBalancerTlsCertificateArn: String? = null, val status: String? = null)

Constructors

Link copied to clipboard
constructor(httpsRedirectionEnabled: Boolean? = null, isAttached: Boolean? = null, loadBalancerTlsCertificateArn: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A Boolean value that indicates whether HTTPS redirection is enabled for the load balancer.

Link copied to clipboard
val isAttached: Boolean? = null

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

Link copied to clipboard

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

Link copied to clipboard
val status: String? = null

The validation status of the SSL/TLS certificate.