Skip to content

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.

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

Property instanceId: The id of the instance (ECS\/SLB\/ALB\/NLB).


NameRequired

Name interface{}
  • Type: interface{}

Property name: The name of one VPC access configuration.


PortRequired

Port interface{}
  • Type: interface{}

Property port: The port of the VPC.


VpcIdRequired

VpcId interface{}
  • Type: interface{}

Property vpcId: The id of the VPC.