GroupsProps
Properties for defining a Groups
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-apigateway-groups
Initializer
import com.aliyun.ros.cdk.apigateway.datasource.GroupsProps;
GroupsProps.builder()
// .groupId(java.lang.String)
// .groupId(IResolvable)
// .groupName(java.lang.String)
// .groupName(IResolvable)
// .instanceId(java.lang.String)
// .instanceId(IResolvable)
// .refreshOptions(java.lang.String)
// .refreshOptions(IResolvable)
// .sort(java.lang.String)
// .sort(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
groupId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property groupId: API group ID. |
groupName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property groupName: Specified keyword of the API group name. |
instanceId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property instanceId: API Gateway Instance ID. |
refreshOptions |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
sort |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property sort: Sort. |
groupId
Optional
public java.lang.Object getGroupId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property groupId: API group ID.
groupName
Optional
public java.lang.Object getGroupName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property groupName: Specified keyword of the API group name.
instanceId
Optional
public java.lang.Object getInstanceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property instanceId: API Gateway Instance ID.
refreshOptions
Optional
public java.lang.Object getRefreshOptions();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
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
public java.lang.Object getSort();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property sort: Sort.