Skip to content

CustomRuntimeConfigProperty

Initializer

import com.aliyun.ros.cdk.fc3.RosFunction.CustomRuntimeConfigProperty;
CustomRuntimeConfigProperty.builder()
//  .args(IResolvable)
//  .args(java.util.List<java.lang.String)
//  .args(IResolvable>)
//  .command(IResolvable)
//  .command(java.util.List<java.lang.String)
//  .command(IResolvable>)
//  .healthCheckConfig(IResolvable)
//  .healthCheckConfig(CustomRuntimeConfigHealthCheckConfigProperty)
//  .port(java.lang.Number)
//  .port(IResolvable)
    .build();

Properties

Name Type Description
args com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
command com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
healthCheckConfig com.aliyun.ros.cdk.core.IResolvable OR CustomRuntimeConfigHealthCheckConfigProperty No description.
port java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.

argsOptional

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

commandOptional

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

healthCheckConfigOptional

public java.lang.Object getHealthCheckConfig();

portOptional

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