Skip to content

PeerVpcCidrTableListProperty

Initializer

import { PeerVpcCidrTableListProperty } from '@alicloud/ros-cdk-cloudfw'
const peerVpcCidrTableListProperty: PeerVpcCidrTableListProperty = { ... }

Properties

Name Type Description
routeTableId string | @alicloud/ros-cdk-core.IResolvable No description.
routeEntryList @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | PeerVpcCidrTableListRouteEntryListProperty[] No description.

routeTableIdRequired

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

routeEntryListOptional

public readonly routeEntryList: IResolvable | IResolvable | PeerVpcCidrTableListRouteEntryListProperty[];