BackendProperty
Initializer
import com.aliyun.ros.cdk.apig.RosRoute.BackendProperty;
BackendProperty.builder()
.scene(java.lang.String)
.scene(IResolvable)
.services(IResolvable)
.services(java.util.List<IResolvable)
.services(ServicesProperty>)
.build();
Properties
Name |
Type |
Description |
scene |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
services |
com.aliyun.ros.cdk.core.IResolvable OR java.util.ListServicesProperty> |
No description. |
scene
Required
public java.lang.Object getScene();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
services
Required
public java.lang.Object getServices();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListServicesProperty>