CenRouteMapsProps
Properties for defining a CenRouteMaps
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cen-cenroutemaps
Initializer
from ros_cdk_cen import datasource
datasource.CenRouteMapsProps(
cen_id: typing.Union[str, IResolvable],
cen_region_id: typing.Union[str, IResolvable] = None,
refresh_options: typing.Union[str, IResolvable] = None,
route_map_id: typing.Union[str, IResolvable] = None,
transit_router_route_table_id: typing.Union[str, IResolvable] = None,
transmit_direction: 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. |
cen_region_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property cenRegionId: The ID of the region where the routing policy is applied. |
refresh_options |
typing.Union[str, ros_cdk_core.IResolvable] |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
route_map_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property routeMapId: The ID of the routing policy. |
transit_router_route_table_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property transitRouterRouteTableId: The route table ID of the transit router with which the routing policy is associated. |
transmit_direction |
typing.Union[str, ros_cdk_core.IResolvable] |
Property transmitDirection: The direction in which the routing policy is applied. |
cen_id
Required
cen_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property cenId: The ID of the CEN instance.
cen_region_id
Optional
cen_region_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property cenRegionId: The ID of the region where the routing policy is applied.
refresh_options
Optional
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.
route_map_id
Optional
route_map_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property routeMapId: The ID of the routing policy.
transit_router_route_table_id
Optional
transit_router_route_table_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property transitRouterRouteTableId: The route table ID of the transit router with which the routing policy is associated.
transmit_direction
Optional
transmit_direction: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property transmitDirection: The direction in which the routing policy is applied.