Skip to content

TransitRouterRouteTablesProps

Properties for defining a TransitRouterRouteTables.

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

Initializer

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

Properties

Name Type Description
transitRouterId string | @alicloud/ros-cdk-core.IResolvable Property transitRouterId: The ID of the Enterprise Edition transit router.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
transitRouterRouteTableIds @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] Property transitRouterRouteTableIds: The ID of the route table.
transitRouterRouteTableNames @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] Property transitRouterRouteTableNames: The name of the route table.
transitRouterRouteTableStatus string | @alicloud/ros-cdk-core.IResolvable Property transitRouterRouteTableStatus: The state of the route table.
transitRouterRouteTableType string | @alicloud/ros-cdk-core.IResolvable Property transitRouterRouteTableType: The type of route table.

transitRouterIdRequired

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

Property transitRouterId: The ID of the Enterprise Edition transit router.


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.


transitRouterRouteTableIdsOptional

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

Property transitRouterRouteTableIds: The ID of the route table.

You can query multiple route tables in each call. Maximum value of N: 20.


transitRouterRouteTableNamesOptional

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

Property transitRouterRouteTableNames: The name of the route table.

You can query multiple route tables in each call. Maximum value of N: 20. Note If you specify both TransitRouterRouteTableNames.N and TransitRouterRouteTableIds.N, make sure that the specified name and ID belong to the same route table.


transitRouterRouteTableStatusOptional

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

Property transitRouterRouteTableStatus: The state of the route table.

Valid values: Creating: The route table is being created. Deleting: The route table is being deleted. Active: The route table is available for use.


transitRouterRouteTableTypeOptional

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

Property transitRouterRouteTableType: The type of route table.

Valid values: Custom: a custom route table System: the default route table