Skip to content

ProjectProps

Properties for defining a Project.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-datahub-project

Initializer

import com.aliyun.ros.cdk.datahub.ProjectProps;
ProjectProps.builder()
    .comment(java.lang.String)
    .comment(IResolvable)
    .projectName(java.lang.String)
    .projectName(IResolvable)
    .build();

Properties

Name Type Description
comment java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property comment: The comment of project.
projectName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property projectName: The name of the project.

commentRequired

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

Property comment: The comment of project.


projectNameRequired

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

Property projectName: The name of the project.

Length [3, 32]. Beginning with characters, only characters, numbers and _ are allowed.