VpcAccessConfigProps
Properties for defining a VpcAccessConfig.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-vpcaccessconfig
Initializer
import { VpcAccessConfigProps } from '@alicloud/ros-cdk-apigateway'
const vpcAccessConfigProps: VpcAccessConfigProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
instanceId | string | @alicloud/ros-cdk-core.IResolvable | Property instanceId: The id of the instance (ECS\/SLB\/ALB\/NLB). |
name | string | @alicloud/ros-cdk-core.IResolvable | Property name: The name of one VPC access configuration. |
port | number | @alicloud/ros-cdk-core.IResolvable | Property port: The port of the VPC. |
vpcId | string | @alicloud/ros-cdk-core.IResolvable | Property vpcId: The id of the VPC. |
instanceIdRequired
public readonly instanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property instanceId: The id of the instance (ECS\/SLB\/ALB\/NLB).
nameRequired
public readonly name: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property name: The name of one VPC access configuration.
portRequired
public readonly port: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property port: The port of the VPC.
vpcIdRequired
public readonly vpcId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vpcId: The id of the VPC.