Skip to content

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.

GroupNameRequired

GroupName interface{}
  • Type: interface{}

BasePathOptional

BasePath interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

InstanceIdOptional

InstanceId interface{}
  • Type: interface{}

InternetEnableOptional

InternetEnable interface{}
  • Type: interface{}

PassthroughHeadersOptional

PassthroughHeaders interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

VpcIntranetEnableOptional

VpcIntranetEnable interface{}
  • Type: interface{}