Skip to content

ServicesProps

Properties for defining a Services.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-pai-services

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpai/datasource"
&datasource.ServicesProps {
    Labels: interface{},
    RefreshOptions: interface{},
    ServiceName: interface{},
}

Properties

Name Type Description
Labels interface{} Property labels: Service Tag.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
ServiceName interface{} Property serviceName: Service Name.

LabelsOptional

Labels interface{}
  • Type: interface{}

Property labels: Service Tag.


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.

ServiceNameOptional

ServiceName interface{}
  • Type: interface{}

Property serviceName: Service Name.