Skip to content

AdditionalCertificateAssociationProps

Properties for defining a AdditionalCertificateAssociation.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-alb-additionalcertificateassociation

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkalb"
&alicloudroscdkalb.AdditionalCertificateAssociationProps {
    Certificates: interface{},
    ListenerId: interface{},
}

Properties

Name Type Description
Certificates interface{} Property certificates: The list of the additional certificates.
ListenerId interface{} Property listenerId: The ID of the listener.

CertificatesRequired

Certificates interface{}
  • Type: interface{}

Property certificates: The list of the additional certificates.


ListenerIdRequired

ListenerId interface{}
  • Type: interface{}

Property listenerId: The ID of the listener.