Skip to content

RosServiceInstanceProps

Properties for defining a RosServiceInstance.

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

Initializer

import com.aliyun.ros.cdk.computenest.datasource.RosServiceInstanceProps;
RosServiceInstanceProps.builder()
    .serviceInstanceId(java.lang.String)
    .serviceInstanceId(IResolvable)
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
    .build();

Properties

Name Type Description
serviceInstanceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
refreshOptions java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

serviceInstanceIdRequired

public java.lang.Object getServiceInstanceId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

refreshOptionsOptional

public java.lang.Object getRefreshOptions();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable