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. |
name
Required
public readonly name: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property name: Name of the project.
projectType
Required
public readonly projectType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property projectType: Type of the project.
description
Optional
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property description: Description of the project.
sdkType
Optional
public readonly sdkType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property sdkType: Type of the SDK.