Skip to content

PostStartProperty

Initializer

import com.aliyun.ros.cdk.edas.RosK8sApplication.PostStartProperty;
PostStartProperty.builder()
//  .exec(IResolvable)
//  .exec(PostStartExecProperty)
//  .httpGet(IResolvable)
//  .httpGet(PostStartHttpGetProperty)
    .build();

Properties

Name Type Description
exec com.aliyun.ros.cdk.core.IResolvable OR PostStartExecProperty No description.
httpGet com.aliyun.ros.cdk.core.IResolvable OR PostStartHttpGetProperty No description.

execOptional

public java.lang.Object getExec();

httpGetOptional

public java.lang.Object getHttpGet();