VpcAccessConfigProps
Properties for defining a VpcAccessConfig.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-vpcaccessconfig
Initializer
import ros_cdk_apigateway
ros_cdk_apigateway.VpcAccessConfigProps(
instance_id: typing.Union[str, IResolvable],
name: typing.Union[str, IResolvable],
port: typing.Union[typing.Union[int, float], IResolvable],
vpc_id: typing.Union[str, IResolvable]
)
Properties
| Name | Type | Description |
|---|---|---|
instance_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property instanceId: The id of the instance (ECS\/SLB\/ALB\/NLB). |
name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property name: The name of one VPC access configuration. |
port |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
Property port: The port of the VPC. |
vpc_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property vpcId: The id of the VPC. |
instance_idRequired
instance_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property instanceId: The id of the instance (ECS\/SLB\/ALB\/NLB).
nameRequired
name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property name: The name of one VPC access configuration.
portRequired
port: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
Property port: The port of the VPC.
vpc_idRequired
vpc_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property vpcId: The id of the VPC.