Skip to content

RosProjectProps

Properties for defining a RosProject.

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

Initializer

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

Properties

Name Type Description
project string | @alicloud/ros-cdk-core.IResolvable No description.
serviceRole string | @alicloud/ros-cdk-core.IResolvable No description.

projectRequired

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

serviceRoleOptional

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