Skip to content

GroupsProps

Properties for defining a Groups.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new GroupsProps {
    object GroupId = null,
    object GroupName = null,
    object InstanceId = null,
    object RefreshOptions = null,
    object Sort = null
};

Properties

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

GroupIdOptional

public object GroupId { get; set; }
  • Type: object

Property groupId: API group ID.


GroupNameOptional

public object GroupName { get; set; }
  • Type: object

Property groupName: Specified keyword of the API group name.


InstanceIdOptional

public object InstanceId { get; set; }
  • Type: object

Property instanceId: API Gateway Instance ID.


RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

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 object Sort { get; set; }
  • Type: object

Property sort: Sort.