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_id
Required
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).
name
Required
name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property name: The name of one VPC access configuration.
port
Required
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_id
Required
vpc_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property vpcId: The id of the VPC.