Skip to content

TransitRoutersProps

Properties for defining a TransitRouters.

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

Initializer

from ros_cdk_cen import datasource
datasource.TransitRoutersProps(
  cen_id: typing.Union[str, IResolvable],
  refresh_options: typing.Union[str, IResolvable] = None,
  region_id: typing.Union[str, IResolvable] = None,
  transit_router_id: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
cen_id typing.Union[str, ros_cdk_core.IResolvable] Property cenId: The ID of the CEN instance.
refresh_options typing.Union[str, ros_cdk_core.IResolvable] Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
region_id typing.Union[str, ros_cdk_core.IResolvable] Property regionId: The ID of the region where the transit router is deployed.
transit_router_id typing.Union[str, ros_cdk_core.IResolvable] Property transitRouterId: The ID of the transit router.

cen_idRequired

cen_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property cenId: The ID of the CEN instance.


refresh_optionsOptional

refresh_options: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.

region_idOptional

region_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.


transit_router_idOptional

transit_router_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property transitRouterId: The ID of the transit router.