AdditionalCertificate

class AdditionalCertificate : KotlinCustomResource

Provides a Global Accelerator (GA) Additional Certificate resource. For information about Global Accelerator (GA) Additional Certificate and how to use it, see What is Additional Certificate.

NOTE: Available since v1.150.0.

Import

Global Accelerator (GA) Additional Certificate can be imported using the id, e.g.

$ pulumi import alicloud:ga/additionalCertificate:AdditionalCertificate example <accelerator_id>:<listener_id>:<domain>

Properties

Link copied to clipboard
val acceleratorId: Output<String>

The ID of the GA instance.

Link copied to clipboard
val certificateId: Output<String>

The Certificate ID. NOTE: From version 1.209.1, certificate_id can be modified.

Link copied to clipboard
val domain: Output<String>

The domain name specified by the certificate. NOTE: You can associate each domain name with only one additional certificate.

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

The ID of the listener. NOTE: Only HTTPS listeners support this parameter.

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