Skip to content

ProjectProps

Properties for defining a Project.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkimm"
&alicloudroscdkimm.ProjectProps {
    Project: interface{},
    ServiceRole: interface{},
}

Properties

Name Type Description
Project interface{} Property project: The name of project.
ServiceRole interface{} Property serviceRole: Service role, which grants the IMM service the right to access other cloud resources (such as OSS).

ProjectRequired

Project interface{}
  • Type: interface{}

Property project: The name of project.


ServiceRoleOptional

ServiceRole interface{}
  • Type: interface{}

Property serviceRole: Service role, which grants the IMM service the right to access other cloud resources (such as OSS).

The default value is AliyunIMMDefaultRole.