Skip to content

CenRouteServiceProps

Properties for defining a CenRouteService.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-cenrouteservice

Initializer

import { CenRouteServiceProps } from '@alicloud/ros-cdk-cen'
const cenRouteServiceProps: CenRouteServiceProps = { ... }

Properties

Name Type Description
accessRegionId string | @alicloud/ros-cdk-core.IResolvable Property accessRegionId: The region where the cloud service is deployed.
cenId string | @alicloud/ros-cdk-core.IResolvable Property cenId: The ID of the Cloud Enterprise Network (CEN) instance.
host string | @alicloud/ros-cdk-core.IResolvable Property host: The domain or IP address of the cloud service.
hostRegionId string | @alicloud/ros-cdk-core.IResolvable Property hostRegionId: The region where the cloud service is deployed.
hostVpcId string | @alicloud/ros-cdk-core.IResolvable Property hostVpcId: The virtual private cloud (VPC) that is associated with the cloud service.
conflictIgnore boolean | @alicloud/ros-cdk-core.IResolvable Property conflictIgnore: Whether to ignore conflict when creating.
description string | @alicloud/ros-cdk-core.IResolvable Property description: The description of the cloud service.

accessRegionIdRequired

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

Property accessRegionId: The region where the cloud service is deployed.


cenIdRequired

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

Property cenId: The ID of the Cloud Enterprise Network (CEN) instance.


hostRequired

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

Property host: The domain or IP address of the cloud service.


hostRegionIdRequired

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

Property hostRegionId: The region where the cloud service is deployed.

You can call the DescribeRegions operation to query region IDs. Note The HostRegionId and AccessRegionIds.N must be set to the same value.


hostVpcIdRequired

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

Property hostVpcId: The virtual private cloud (VPC) that is associated with the cloud service.


conflictIgnoreOptional

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

Property conflictIgnore: Whether to ignore conflict when creating.

If true, when the CloudRoute.Conflict error code is encountered during creation, it will be ignored as the creation is successful, and the deletion phase will be skipped. Default false.


descriptionOptional

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

Property description: The description of the cloud service.