ForwardingRulesProps
Properties for defining a ForwardingRules
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-forwardingrules
Initializer
import ros_cdk_ga
ros_cdk_ga.ForwardingRulesProps(
accelerator_id: typing.Union[str, IResolvable],
forwarding_rules: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, ForwardingRulesProperty]]],
listener_id: typing.Union[str, IResolvable]
)
Properties
Name | Type | Description |
---|---|---|
accelerator_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property acceleratorId: The ID of the GA instance. |
forwarding_rules |
typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, ForwardingRulesProperty]]] |
Property forwardingRules: Details about the forwarding rules. |
listener_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property listenerId: The ID of the listener. |
accelerator_id
Required
accelerator_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property acceleratorId: The ID of the GA instance.
forwarding_rules
Required
forwarding_rules: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, ForwardingRulesProperty]]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, ForwardingRulesProperty]]]
Property forwardingRules: Details about the forwarding rules.
listener_id
Required
listener_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property listenerId: The ID of the listener.