Skip to content

FlowProjectsProps

Properties for defining a FlowProjects.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-emr-flowprojects

Initializer

import com.aliyun.ros.cdk.emr.datasource.FlowProjectsProps;
FlowProjectsProps.builder()
//  .flowProjectId(java.lang.String)
//  .flowProjectId(IResolvable)
//  .flowProjectName(java.lang.String)
//  .flowProjectName(IResolvable)
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
    .build();

Properties

Name Type Description
flowProjectId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property flowProjectId: The first ID of the resource.
flowProjectName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property flowProjectName: Project name.
refreshOptions java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

flowProjectIdOptional

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

Property flowProjectId: The first ID of the resource.


flowProjectNameOptional

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

Property flowProjectName: Project name.


refreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.