Skip to content

CenRouteMapsProps

Properties for defining a CenRouteMaps.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cen-cenroutemaps

Initializer

import { datasource } from '@alicloud/ros-cdk-cen'
const cenRouteMapsProps: datasource.CenRouteMapsProps = { ... }

Properties

Name Type Description
cenId string | @alicloud/ros-cdk-core.IResolvable Property cenId: The ID of the CEN instance.
cenRegionId string | @alicloud/ros-cdk-core.IResolvable Property cenRegionId: The ID of the region where the routing policy is applied.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
routeMapId string | @alicloud/ros-cdk-core.IResolvable Property routeMapId: The ID of the routing policy.
transitRouterRouteTableId string | @alicloud/ros-cdk-core.IResolvable Property transitRouterRouteTableId: The route table ID of the transit router with which the routing policy is associated.
transmitDirection string | @alicloud/ros-cdk-core.IResolvable Property transmitDirection: The direction in which the routing policy is applied.

cenIdRequired

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

Property cenId: The ID of the CEN instance.


cenRegionIdOptional

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

Property cenRegionId: The ID of the region where the routing policy is applied.


refreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values: - Never: Never refresh the datasource resource when the stack is updated. - Always: Always refresh the datasource resource when the stack is updated. Default is Never.


routeMapIdOptional

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

Property routeMapId: The ID of the routing policy.


transitRouterRouteTableIdOptional

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

Property transitRouterRouteTableId: The route table ID of the transit router with which the routing policy is associated.


transmitDirectionOptional

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

Property transmitDirection: The direction in which the routing policy is applied.