Skip to content

RosServiceProps

Properties for defining a RosService.

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

Initializer

import com.aliyun.ros.cdk.apig.RosServiceProps;
RosServiceProps.builder()
    .addresses(IResolvable)
    .addresses(java.util.List<java.lang.String)
    .addresses(IResolvable>)
    .gatewayId(java.lang.String)
    .gatewayId(IResolvable)
    .serviceName(java.lang.String)
    .serviceName(IResolvable)
    .sourceType(java.lang.String)
    .sourceType(IResolvable)
    .build();

Properties

Name Type Description
addresses com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
gatewayId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
serviceName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
sourceType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

addressesRequired

public java.lang.Object getAddresses();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

gatewayIdRequired

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

serviceNameRequired

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

sourceTypeRequired

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