TrFirewallRoutePolicyProps
Properties for defining a TrFirewallRoutePolicy
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudfw-trfirewallroutepolicy
Initializer
import { TrFirewallRoutePolicyProps } from '@alicloud/ros-cdk-cloudfw'
const trFirewallRoutePolicyProps: TrFirewallRoutePolicyProps = { ... }
Properties
Name | Type | Description |
---|---|---|
firewallId |
string | @alicloud/ros-cdk-core.IResolvable |
Property firewallId: The instance ID of the VPC firewall. |
policyDescription |
string | @alicloud/ros-cdk-core.IResolvable |
Property policyDescription: The description of the traffic redirection instance. |
policyName |
string | @alicloud/ros-cdk-core.IResolvable |
Property policyName: The name of the traffic redirection instance. |
policyType |
string | @alicloud/ros-cdk-core.IResolvable |
Property policyType: The type of the traffic redirection scenario of the VPC firewall. |
destCandidateList |
@alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | DestCandidateListProperty[] |
Property destCandidateList: The secondary traffic redirection instances. |
srcCandidateList |
@alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | SrcCandidateListProperty[] |
Property srcCandidateList: The primary traffic redirection instances. |
firewallId
Required
public readonly firewallId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property firewallId: The instance ID of the VPC firewall.
policyDescription
Required
public readonly policyDescription: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property policyDescription: The description of the traffic redirection instance.
policyName
Required
public readonly policyName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property policyName: The name of the traffic redirection instance.
policyType
Required
public readonly policyType: string | IResolvable;
- Type: string | @alicloud/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
destCandidateList
Optional
public readonly destCandidateList: IResolvable | IResolvable | DestCandidateListProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | DestCandidateListProperty[]
Property destCandidateList: The secondary traffic redirection instances.
srcCandidateList
Optional
public readonly srcCandidateList: IResolvable | IResolvable | SrcCandidateListProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | SrcCandidateListProperty[]
Property srcCandidateList: The primary traffic redirection instances.