Skip to content

TransitRoutersProps

Properties for defining a TransitRouters.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcen/datasource"
&datasource.TransitRoutersProps {
    CenId: interface{},
    RefreshOptions: interface{},
    RegionId: interface{},
    TransitRouterId: interface{},
}

Properties

Name Type Description
CenId interface{} Property cenId: The ID of the CEN instance.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
RegionId interface{} Property regionId: The ID of the region where the transit router is deployed.
TransitRouterId interface{} Property transitRouterId: The ID of the transit router.

CenIdRequired

CenId interface{}
  • Type: interface{}

Property cenId: The ID of the CEN instance.


RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

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

RegionId interface{}
  • Type: interface{}

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

You can call the DescribeRegions operation to query region IDs.


TransitRouterIdOptional

TransitRouterId interface{}
  • Type: interface{}

Property transitRouterId: The ID of the transit router.