Skip to content

ProjectProps

Properties for defining a Project.

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

Initializer

import ros_cdk_imm
ros_cdk_imm.ProjectProps(
  project: typing.Union[str, IResolvable],
  service_role: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
project typing.Union[str, ros_cdk_core.IResolvable] Property project: The name of project.
service_role typing.Union[str, ros_cdk_core.IResolvable] Property serviceRole: Service role, which grants the IMM service the right to access other cloud resources (such as OSS).

projectRequired

project: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property project: The name of project.


service_roleOptional

service_role: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.