Skip to content

TransitRoutersProps

Properties for defining a TransitRouters.

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

Initializer

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

Properties

Name Type Description
cenId string | @alicloud/ros-cdk-core.IResolvable Property cenId: The ID of the CEN instance.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
regionId string | @alicloud/ros-cdk-core.IResolvable Property regionId: The ID of the region where the transit router is deployed.
transitRouterId string | @alicloud/ros-cdk-core.IResolvable Property transitRouterId: The ID of the transit router.

cenIdRequired

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

Property cenId: The ID of the CEN instance.


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.


regionIdOptional

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

Property regionId: The ID of the region where the transit router is deployed.

You can call the DescribeRegions operation to query region IDs.


transitRouterIdOptional

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

Property transitRouterId: The ID of the transit router.