CenRouteServiceProps
Properties for defining a CenRouteService
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-cenrouteservice
Initializer
import ros_cdk_cen
ros_cdk_cen.CenRouteServiceProps(
access_region_id: typing.Union[str, IResolvable],
cen_id: typing.Union[str, IResolvable],
host: typing.Union[str, IResolvable],
host_region_id: typing.Union[str, IResolvable],
host_vpc_id: typing.Union[str, IResolvable],
conflict_ignore: typing.Union[bool, IResolvable] = None,
description: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
access_region_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property accessRegionId: The region where the cloud service is deployed. |
cen_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property cenId: The ID of the Cloud Enterprise Network (CEN) instance. |
host |
typing.Union[str, ros_cdk_core.IResolvable] |
Property host: The domain or IP address of the cloud service. |
host_region_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property hostRegionId: The region where the cloud service is deployed. |
host_vpc_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property hostVpcId: The virtual private cloud (VPC) that is associated with the cloud service. |
conflict_ignore |
typing.Union[bool, ros_cdk_core.IResolvable] |
Property conflictIgnore: Whether to ignore conflict when creating. |
description |
typing.Union[str, ros_cdk_core.IResolvable] |
Property description: The description of the cloud service. |
access_region_id
Required
access_region_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property accessRegionId: The region where the cloud service is deployed.
cen_id
Required
cen_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property cenId: The ID of the Cloud Enterprise Network (CEN) instance.
host
Required
host: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property host: The domain or IP address of the cloud service.
host_region_id
Required
host_region_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, 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.
host_vpc_id
Required
host_vpc_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property hostVpcId: The virtual private cloud (VPC) that is associated with the cloud service.
conflict_ignore
Optional
conflict_ignore: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, 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.
description
Optional
description: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property description: The description of the cloud service.