Skip to content

RosAutoEnableServiceProps

Properties for defining a RosAutoEnableService.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ros-autoenableservice

Initializer

import com.aliyun.ros.cdk.ros.RosAutoEnableServiceProps;
RosAutoEnableServiceProps.builder()
    .serviceName(java.lang.String)
    .serviceName(IResolvable)
    .build();

Properties

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

serviceNameRequired

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