Skip to content

CenRouteMapsProps

Properties for defining a CenRouteMaps.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcen/datasource"
&datasource.CenRouteMapsProps {
    CenId: interface{},
    CenRegionId: interface{},
    RefreshOptions: interface{},
    RouteMapId: interface{},
    TransitRouterRouteTableId: interface{},
    TransmitDirection: interface{},
}

Properties

Name Type Description
CenId interface{} Property cenId: The ID of the CEN instance.
CenRegionId interface{} Property cenRegionId: The ID of the region where the routing policy is applied.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
RouteMapId interface{} Property routeMapId: The ID of the routing policy.
TransitRouterRouteTableId interface{} Property transitRouterRouteTableId: The route table ID of the transit router with which the routing policy is associated.
TransmitDirection interface{} Property transmitDirection: The direction in which the routing policy is applied.

CenIdRequired

CenId interface{}
  • Type: interface{}

Property cenId: The ID of the CEN instance.


CenRegionIdOptional

CenRegionId interface{}
  • Type: interface{}

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


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.

RouteMapIdOptional

RouteMapId interface{}
  • Type: interface{}

Property routeMapId: The ID of the routing policy.


TransitRouterRouteTableIdOptional

TransitRouterRouteTableId interface{}
  • Type: interface{}

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


TransmitDirectionOptional

TransmitDirection interface{}
  • Type: interface{}

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