ListenerAdditionalCertificateAttachment

class ListenerAdditionalCertificateAttachment : KotlinCustomResource

Provides a Application Load Balancer (ALB) Listener Additional Certificate Attachment resource. For information about Application Load Balancer (ALB) Listener Additional Certificate Attachment and how to use it, see What is Listener Additional Certificate Attachment.

NOTE: Available since v1.161.0.

Import

Application Load Balancer (ALB) Listener Additional Certificate Attachment can be imported using the id, e.g.

$ pulumi import alicloud:alb/listenerAdditionalCertificateAttachment:ListenerAdditionalCertificateAttachment example <listener_id>:<certificate_id>

Properties

Link copied to clipboard
val certificateId: Output<String>

The Certificate ID.

Link copied to clipboard
val certificateType: Output<String>

The type of the certificate.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val listenerId: Output<String>

The ID of the ALB listener.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

The status of the certificate.

Link copied to clipboard
val urn: Output<String>