Skip to content

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.

groupIdOptional

public readonly groupId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property groupId: API group ID.


groupNameOptional

public readonly groupName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property groupName: Specified keyword of the API group name.


instanceIdOptional

public readonly instanceId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property instanceId: API Gateway Instance ID.


refreshOptionsOptional

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.


sortOptional

public readonly sort: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property sort: Sort.