Skip to content

RosPortProps

Properties for defining a RosPort.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ddospro-port

Initializer

import ros_cdk_ddospro
ros_cdk_ddospro.RosPortProps(
  frontend_protocol: typing.Union[str, IResolvable],
  instance_id: typing.Union[str, IResolvable],
  real_servers: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]],
  backend_port: typing.Union[str, IResolvable] = None,
  frontend_port: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
frontend_protocol typing.Union[str, ros_cdk_core.IResolvable] No description.
instance_id typing.Union[str, ros_cdk_core.IResolvable] No description.
real_servers typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] No description.
backend_port typing.Union[str, ros_cdk_core.IResolvable] No description.
frontend_port typing.Union[str, ros_cdk_core.IResolvable] No description.

frontend_protocolRequired

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

instance_idRequired

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

real_serversRequired

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

backend_portOptional

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

frontend_portOptional

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