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. |
GroupId
Optional
GroupId interface{}
- Type: interface{}
Property groupId: API group ID.
GroupName
Optional
GroupName interface{}
- Type: interface{}
Property groupName: Specified keyword of the API group name.
InstanceId
Optional
InstanceId interface{}
- Type: interface{}
Property instanceId: API Gateway Instance ID.
RefreshOptions
Optional
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.
Sort
Optional
Sort interface{}
- Type: interface{}
Property sort: Sort.