Skip to content

DomainExtensionsProps

Properties for defining a DomainExtensions.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-slb-domainextensions

Initializer

import { datasource } from '@alicloud/ros-cdk-slb'
const domainExtensionsProps: datasource.DomainExtensionsProps = { ... }

Properties

Name Type Description
listenerPort number | @alicloud/ros-cdk-core.IResolvable Property listenerPort: The frontend port of the HTTPS listener that is configured for the Classic Load Balancer (CLB) instance.
loadBalancerId string | @alicloud/ros-cdk-core.IResolvable Property loadBalancerId: The ID of the CLB instance.
domainExtensionId string | @alicloud/ros-cdk-core.IResolvable Property domainExtensionId: The ID of the additional certificate.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

listenerPortRequired

public readonly listenerPort: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property listenerPort: The frontend port of the HTTPS listener that is configured for the Classic Load Balancer (CLB) instance.

Valid values: 1 to 65535.


loadBalancerIdRequired

public readonly loadBalancerId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property loadBalancerId: The ID of the CLB instance.


domainExtensionIdOptional

public readonly domainExtensionId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property domainExtensionId: The ID of the additional certificate.


refreshOptionsOptional

public readonly refreshOptions: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values: - Never: Never refresh the datasource resource when the stack is updated. - Always: Always refresh the datasource resource when the stack is updated. Default is Never.