Skip to content

InstancesProps

Properties for defining a Instances.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new InstancesProps {
    object InstanceId = null,
    object Language = null,
    object RefreshOptions = null
};

Properties

Name Type Description
InstanceId object Property instanceId: API Gateway Instance ID.
Language object Property language: Language Type.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

InstanceIdOptional

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

Property instanceId: API Gateway Instance ID.


LanguageOptional

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

Property language: Language Type.


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.