Skip to content

ServiceInstanceProps

Properties for defining a ServiceInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-computenest-serviceinstance

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcomputenest/datasource"
&datasource.ServiceInstanceProps {
    ServiceInstanceId: interface{},
    RefreshOptions: interface{},
}

Properties

Name Type Description
ServiceInstanceId interface{} Property serviceInstanceId: The ID of the service instance.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

ServiceInstanceIdRequired

ServiceInstanceId interface{}
  • Type: interface{}

Property serviceInstanceId: The ID of the service instance.


RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

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.