Skip to content

DomainExtensionProps

Properties for defining a DomainExtension.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-domainextension

Initializer

import ros_cdk_slb
ros_cdk_slb.DomainExtensionProps(
  domain: typing.Union[str, IResolvable],
  listener_port: typing.Union[typing.Union[int, float], IResolvable],
  load_balancer_id: typing.Union[str, IResolvable],
  server_certificate_id: typing.Union[str, IResolvable]
)

Properties

Name Type Description
domain typing.Union[str, ros_cdk_core.IResolvable] Property domain: The domain name.
listener_port typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property listenerPort: The front-end HTTPS listener port of the Server Load Balancer instance.
load_balancer_id typing.Union[str, ros_cdk_core.IResolvable] Property loadBalancerId: The ID of Server Load Balancer instance.
server_certificate_id typing.Union[str, ros_cdk_core.IResolvable] Property serverCertificateId: The ID of the certificate corresponding to the domain name.

domainRequired

domain: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property domain: The domain name.


listener_portRequired

listener_port: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

Property listenerPort: The front-end HTTPS listener port of the Server Load Balancer instance.

Valid value: 1-65535


load_balancer_idRequired

load_balancer_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property loadBalancerId: The ID of Server Load Balancer instance.


server_certificate_idRequired

server_certificate_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property serverCertificateId: The ID of the certificate corresponding to the domain name.