Skip to content

GroupProps

Properties for defining a Group.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-group

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway"
&alicloudroscdkapigateway.GroupProps {
    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{} Property groupName: The name of the Group.It must be 4 to 128 characters in length, and can contain letters, digits, underscores (_), dashes (-), spaces and dots (.), It must start with a letter.
BasePath interface{} Property basePath: The base path of API.
Description interface{} Property description: Description of the Group, less than 180 characters.
InstanceId interface{} Property instanceId: API gateway instance ID.
InternetEnable interface{} Property internetEnable: Enable or disable internet subdomain.
PassthroughHeaders interface{} Property passthroughHeaders: Pass through headers setting.
Tags *[]TagsProperty Property tags: Tags to attach to group.
VpcIntranetEnable interface{} Property vpcIntranetEnable: Enable or disable VPC intranet subdomain.

GroupNameRequired

GroupName interface{}
  • Type: interface{}

Property groupName: The name of the Group.It must be 4 to 128 characters in length, and can contain letters, digits, underscores (_), dashes (-), spaces and dots (.), It must start with a letter.


BasePathOptional

BasePath interface{}
  • Type: interface{}

Property basePath: The base path of API.


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: Description of the Group, less than 180 characters.


InstanceIdOptional

InstanceId interface{}
  • Type: interface{}

Property instanceId: API gateway instance ID.

For example, "api-shared-vpc-001" means vpc instance, while "api-shared-classic-001" means classic instance.


InternetEnableOptional

InternetEnable interface{}
  • Type: interface{}

Property internetEnable: Enable or disable internet subdomain.

True for enable.


PassthroughHeadersOptional

PassthroughHeaders interface{}
  • Type: interface{}

Property passthroughHeaders: Pass through headers setting.

values: host: pass through host headers


TagsOptional

Tags *[]TagsProperty

Property tags: Tags to attach to group.

Max support 20 tags to add during create group. Each tag with two properties Key and Value, and Key is required.


VpcIntranetEnableOptional

VpcIntranetEnable interface{}
  • Type: interface{}

Property vpcIntranetEnable: Enable or disable VPC intranet subdomain.

True for enable.