Skip to content

ProjectProps

Properties for defining a Project.

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

Initializer

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

Properties

Name Type Description
name string | @alicloud/ros-cdk-core.IResolvable Property name: Name of the project.
projectType string | @alicloud/ros-cdk-core.IResolvable Property projectType: Type of the project.
description string | @alicloud/ros-cdk-core.IResolvable Property description: Description of the project.
sdkType string | @alicloud/ros-cdk-core.IResolvable Property sdkType: Type of the SDK.

nameRequired

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

Property name: Name of the project.


projectTypeRequired

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

Property projectType: Type of the project.


descriptionOptional

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

Property description: Description of the project.


sdkTypeOptional

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

Property sdkType: Type of the SDK.