Skip to content

GroupsProps

Properties for defining a Groups.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-apigateway-groups

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway/datasource"
&datasource.GroupsProps {
    GroupId: interface{},
    GroupName: interface{},
    InstanceId: interface{},
    RefreshOptions: interface{},
    Sort: interface{},
}

Properties

Name Type Description
GroupId interface{} Property groupId: API group ID.
GroupName interface{} Property groupName: Specified keyword of the API group name.
InstanceId interface{} Property instanceId: API Gateway Instance ID.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Sort interface{} Property sort: Sort.

GroupIdOptional

GroupId interface{}
  • Type: interface{}

Property groupId: API group ID.


GroupNameOptional

GroupName interface{}
  • Type: interface{}

Property groupName: Specified keyword of the API group name.


InstanceIdOptional

InstanceId interface{}
  • Type: interface{}

Property instanceId: API Gateway Instance ID.


RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

SortOptional

Sort interface{}
  • Type: interface{}

Property sort: Sort.