Skip to content

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.

firewallIdRequired

public readonly firewallId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property firewallId: The instance ID of the VPC firewall.


policyDescriptionRequired

public readonly policyDescription: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property policyDescription: The description of the traffic redirection instance.


policyNameRequired

public readonly policyName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property policyName: The name of the traffic redirection instance.


policyTypeRequired

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


destCandidateListOptional

public readonly destCandidateList: IResolvable | IResolvable | DestCandidateListProperty[];

Property destCandidateList: The secondary traffic redirection instances.


srcCandidateListOptional

public readonly srcCandidateList: IResolvable | IResolvable | SrcCandidateListProperty[];

Property srcCandidateList: The primary traffic redirection instances.