Skip to content

ProjectProps

Properties for defining a Project.

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

Initializer

import { ProjectProps } from '@alicloud/ros-cdk-imm'
const projectProps: ProjectProps = { ... }

Properties

Name Type Description
project string | @alicloud/ros-cdk-core.IResolvable Property project: The name of project.
serviceRole string | @alicloud/ros-cdk-core.IResolvable Property serviceRole: Service role, which grants the IMM service the right to access other cloud resources (such as OSS).

projectRequired

public readonly project: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property project: The name of project.


serviceRoleOptional

public readonly serviceRole: string | IResolvable;
  • Type: string | @alicloud/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.