RosGroupProps
Properties for defining a RosGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-group
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway"
&alicloudroscdkapigateway.RosGroupProps {
GroupName: interface{},
BasePath: interface{},
Description: interface{},
InstanceId: interface{},
InternetEnable: interface{},
PassthroughHeaders: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway.RosGroup.TagsProperty,
VpcIntranetEnable: interface{},
}
Properties
Name | Type | Description |
---|---|---|
GroupName |
interface{} |
No description. |
BasePath |
interface{} |
No description. |
Description |
interface{} |
No description. |
InstanceId |
interface{} |
No description. |
InternetEnable |
interface{} |
No description. |
PassthroughHeaders |
interface{} |
No description. |
Tags |
*[]TagsProperty |
No description. |
VpcIntranetEnable |
interface{} |
No description. |
GroupName
Required
GroupName interface{}
- Type: interface{}
BasePath
Optional
BasePath interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
InstanceId
Optional
InstanceId interface{}
- Type: interface{}
InternetEnable
Optional
InternetEnable interface{}
- Type: interface{}
PassthroughHeaders
Optional
PassthroughHeaders interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
VpcIntranetEnable
Optional
VpcIntranetEnable interface{}
- Type: interface{}