Skip to content

RosPolicyProps

Properties for defining a RosPolicy.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ddos-policy

Initializer

import ros_cdk_ddos
ros_cdk_ddos.RosPolicyProps(
  policy_name: typing.Union[str, IResolvable],
  type: typing.Union[str, IResolvable],
  action_type: typing.Union[str, IResolvable] = None,
  black_ip_list: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]] = None,
  content: typing.Union[IResolvable, ContentProperty] = None,
  white_ip_list: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]] = None
)

Properties

Name Type Description
policy_name typing.Union[str, ros_cdk_core.IResolvable] No description.
type typing.Union[str, ros_cdk_core.IResolvable] No description.
action_type typing.Union[str, ros_cdk_core.IResolvable] No description.
black_ip_list typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] No description.
content typing.Union[ros_cdk_core.IResolvable, ContentProperty] No description.
white_ip_list typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] No description.

policy_nameRequired

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

typeRequired

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

action_typeOptional

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

black_ip_listOptional

black_ip_list: 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]]]

contentOptional

content: typing.Union[IResolvable, ContentProperty]

white_ip_listOptional

white_ip_list: 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]]]