ProjectProps
Properties for defining a Project
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-imm-project
Initializer
import com.aliyun.ros.cdk.imm.ProjectProps;
ProjectProps.builder()
.project(java.lang.String)
.project(IResolvable)
// .serviceRole(java.lang.String)
// .serviceRole(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
project |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property project: The name of project. |
serviceRole |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property serviceRole: Service role, which grants the IMM service the right to access other cloud resources (such as OSS). |
project
Required
public java.lang.Object getProject();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property project: The name of project.
serviceRole
Optional
public java.lang.Object getServiceRole();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property serviceRole: Service role, which grants the IMM service the right to access other cloud resources (such as OSS).
The default value is AliyunIMMDefaultRole.