TrFirewallRoutePolicyProps
Properties for defining a TrFirewallRoutePolicy
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudfw-trfirewallroutepolicy
Initializer
import ros_cdk_cloudfw
ros_cdk_cloudfw.TrFirewallRoutePolicyProps(
firewall_id: typing.Union[str, IResolvable],
policy_description: typing.Union[str, IResolvable],
policy_name: typing.Union[str, IResolvable],
policy_type: typing.Union[str, IResolvable],
dest_candidate_list: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, DestCandidateListProperty]]] = None,
src_candidate_list: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, SrcCandidateListProperty]]] = None
)
Properties
Name | Type | Description |
---|---|---|
firewall_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property firewallId: The instance ID of the VPC firewall. |
policy_description |
typing.Union[str, ros_cdk_core.IResolvable] |
Property policyDescription: The description of the traffic redirection instance. |
policy_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property policyName: The name of the traffic redirection instance. |
policy_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property policyType: The type of the traffic redirection scenario of the VPC firewall. |
dest_candidate_list |
typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, DestCandidateListProperty]]] |
Property destCandidateList: The secondary traffic redirection instances. |
src_candidate_list |
typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, SrcCandidateListProperty]]] |
Property srcCandidateList: The primary traffic redirection instances. |
firewall_id
Required
firewall_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property firewallId: The instance ID of the VPC firewall.
policy_description
Required
policy_description: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property policyDescription: The description of the traffic redirection instance.
policy_name
Required
policy_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property policyName: The name of the traffic redirection instance.
policy_type
Required
policy_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property policyType: The type of the traffic redirection scenario of the VPC firewall.
Valid values: fullmesh: interconnected instances one_to_one: instance to instance end_to_end: instance to instances
dest_candidate_list
Optional
dest_candidate_list: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, DestCandidateListProperty]]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, DestCandidateListProperty]]]
Property destCandidateList: The secondary traffic redirection instances.
src_candidate_list
Optional
src_candidate_list: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, SrcCandidateListProperty]]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, SrcCandidateListProperty]]]
Property srcCandidateList: The primary traffic redirection instances.