VpcAccessConfigProps
Properties for defining a VpcAccessConfig
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-vpcaccessconfig
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway"
&alicloudroscdkapigateway.VpcAccessConfigProps {
InstanceId: interface{},
Name: interface{},
Port: interface{},
VpcId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
InstanceId |
interface{} |
Property instanceId: The id of the instance (ECS\/SLB\/ALB\/NLB). |
Name |
interface{} |
Property name: The name of one VPC access configuration. |
Port |
interface{} |
Property port: The port of the VPC. |
VpcId |
interface{} |
Property vpcId: The id of the VPC. |
InstanceId
Required
InstanceId interface{}
- Type: interface{}
Property instanceId: The id of the instance (ECS\/SLB\/ALB\/NLB).
Name
Required
Name interface{}
- Type: interface{}
Property name: The name of one VPC access configuration.
Port
Required
Port interface{}
- Type: interface{}
Property port: The port of the VPC.
VpcId
Required
VpcId interface{}
- Type: interface{}
Property vpcId: The id of the VPC.