ChildInstanceRouteEntryToAttachmentProps
Properties for defining a ChildInstanceRouteEntryToAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-childinstancerouteentrytoattachment
Initializer
import { ChildInstanceRouteEntryToAttachmentProps } from '@alicloud/ros-cdk-cen'
const childInstanceRouteEntryToAttachmentProps: ChildInstanceRouteEntryToAttachmentProps = { ... }
Properties
Name | Type | Description |
---|---|---|
cenId |
string | @alicloud/ros-cdk-core.IResolvable |
Property cenId: The ID of the CEN instance. |
destinationCidrBlock |
string | @alicloud/ros-cdk-core.IResolvable |
Property destinationCidrBlock: The destination CIDR block of the route. |
routeTableId |
string | @alicloud/ros-cdk-core.IResolvable |
Property routeTableId: The ID of the route table configured on the network instance. |
transitRouterAttachmentId |
string | @alicloud/ros-cdk-core.IResolvable |
Property transitRouterAttachmentId: The ID of the network instance connection. |
cenId
Required
public readonly cenId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property cenId: The ID of the CEN instance.
destinationCidrBlock
Required
public readonly destinationCidrBlock: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property destinationCidrBlock: The destination CIDR block of the route.
routeTableId
Required
public readonly routeTableId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property routeTableId: The ID of the route table configured on the network instance.
transitRouterAttachmentId
Required
public readonly transitRouterAttachmentId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property transitRouterAttachmentId: The ID of the network instance connection.