DomainExtensionProps
Properties for defining a DomainExtension
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-domainextension
Initializer
import { DomainExtensionProps } from '@alicloud/ros-cdk-slb'
const domainExtensionProps: DomainExtensionProps = { ... }
Properties
Name | Type | Description |
---|---|---|
domain |
string | @alicloud/ros-cdk-core.IResolvable |
Property domain: The domain name. |
listenerPort |
number | @alicloud/ros-cdk-core.IResolvable |
Property listenerPort: The front-end HTTPS listener port of the Server Load Balancer instance. |
loadBalancerId |
string | @alicloud/ros-cdk-core.IResolvable |
Property loadBalancerId: The ID of Server Load Balancer instance. |
serverCertificateId |
string | @alicloud/ros-cdk-core.IResolvable |
Property serverCertificateId: The ID of the certificate corresponding to the domain name. |
domain
Required
public readonly domain: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property domain: The domain name.
listenerPort
Required
public readonly listenerPort: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property listenerPort: The front-end HTTPS listener port of the Server Load Balancer instance.
Valid value: 1-65535
loadBalancerId
Required
public readonly loadBalancerId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property loadBalancerId: The ID of Server Load Balancer instance.
serverCertificateId
Required
public readonly serverCertificateId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property serverCertificateId: The ID of the certificate corresponding to the domain name.