RuleProps
Properties for defining a Rule
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-rule
Initializer
import ros_cdk_slb
ros_cdk_slb.RuleProps(
listener_port: typing.Union[typing.Union[int, float], IResolvable],
load_balancer_id: typing.Union[str, IResolvable],
rule_list: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, RuleListProperty]]],
listener_protocol: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
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. |
rule_list |
typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, RuleListProperty]]] |
Property ruleList: The forwarding rules to add. |
listener_protocol |
typing.Union[str, ros_cdk_core.IResolvable] |
Property listenerProtocol: The frontend protocol that is used by the SLB instance. |
listener_port
Required
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_id
Required
load_balancer_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property loadBalancerId: The ID of Server Load Balancer instance.
rule_list
Required
rule_list: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, RuleListProperty]]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, RuleListProperty]]]
Property ruleList: The forwarding rules to add.
listener_protocol
Optional
listener_protocol: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property listenerProtocol: The frontend protocol that is used by the SLB instance.