NextHopListProperty
Initializer
import { NextHopListProperty } from '@alicloud/ros-cdk-ecs'
const nextHopListProperty: NextHopListProperty = { ... }
Properties
Name |
Type |
Description |
nextHopId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
nextHopType |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
nextHopId
Required
public readonly nextHopId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
nextHopType
Optional
public readonly nextHopType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable