Skip to content

AdditionalCertificateAssociationProps

Properties for defining a AdditionalCertificateAssociation.

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

Initializer

import com.aliyun.ros.cdk.alb.AdditionalCertificateAssociationProps;
AdditionalCertificateAssociationProps.builder()
    .certificates(IResolvable)
    .certificates(java.util.List<IResolvable)
    .certificates(CertificatesProperty>)
    .listenerId(java.lang.String)
    .listenerId(IResolvable)
    .build();

Properties

Name Type Description
certificates com.aliyun.ros.cdk.core.IResolvable OR java.util.ListCertificatesProperty> Property certificates: The list of the additional certificates.
listenerId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property listenerId: The ID of the listener.

certificatesRequired

public java.lang.Object getCertificates();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListCertificatesProperty>

Property certificates: The list of the additional certificates.


listenerIdRequired

public java.lang.Object getListenerId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property listenerId: The ID of the listener.