GroupsProps
Properties for defining a Groups
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-apigateway-groups
Initializer
import { datasource } from '@alicloud/ros-cdk-apigateway'
const groupsProps: datasource.GroupsProps = { ... }
Properties
Name | Type | Description |
---|---|---|
groupId |
string | @alicloud/ros-cdk-core.IResolvable |
Property groupId: API group ID. |
groupName |
string | @alicloud/ros-cdk-core.IResolvable |
Property groupName: Specified keyword of the API group name. |
instanceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property instanceId: API Gateway Instance ID. |
refreshOptions |
string | @alicloud/ros-cdk-core.IResolvable |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
sort |
string | @alicloud/ros-cdk-core.IResolvable |
Property sort: Sort. |
groupId
Optional
public readonly groupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property groupId: API group ID.
groupName
Optional
public readonly groupName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property groupName: Specified keyword of the API group name.
instanceId
Optional
public readonly instanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property instanceId: API Gateway Instance ID.
refreshOptions
Optional
public readonly refreshOptions: string | IResolvable;
- Type: string | @alicloud/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 readonly sort: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property sort: Sort.