ListenerAdditionalCertificateAttachment

class ListenerAdditionalCertificateAttachment : KotlinCustomResource

Provides a NLB Listener Additional Certificate Attachment resource. For information about NLB Listener Additional Certificate Attachment and how to use it, see What is Listener Additional Certificate Attachment.

NOTE: Available since v1.209.0.

Import

NLB Listener Additional Certificate Attachment can be imported using the id, e.g.

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

Properties

Link copied to clipboard
val certificateId: Output<String>

The ID of additional certificates.

Link copied to clipboard
val dryRun: Output<Boolean>?

Specifies whether to perform a dry run, without performing the actual request. Valid values:

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

The listener ID. You must specify the ID of a listener that uses SSL over TCP.

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 resource

Link copied to clipboard
val urn: Output<String>