ProjectProps
Properties for defining a Project
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-foas-project
Initializer
import { ProjectProps } from '@alicloud/ros-cdk-foas'
const projectProps: ProjectProps = { ... }
Properties
Name | Type | Description |
---|---|---|
deployType |
string | @alicloud/ros-cdk-core.IResolvable |
Property deployType: Cluster type: Exclusive cluster: cell Shared cluster: public. |
managerIds |
string | @alicloud/ros-cdk-core.IResolvable |
Property managerIds: Comma delimited account Id list of managers. |
name |
string | @alicloud/ros-cdk-core.IResolvable |
Property name: Project name. |
clusterId |
string | @alicloud/ros-cdk-core.IResolvable |
Property clusterId: Cluster ID. |
description |
string | @alicloud/ros-cdk-core.IResolvable |
Property description: Project description. |
orderId |
string | @alicloud/ros-cdk-core.IResolvable |
Property orderId: Order Id of Shared cluster. |
deployType
Required
public readonly deployType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property deployType: Cluster type: Exclusive cluster: cell Shared cluster: public.
managerIds
Required
public readonly managerIds: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property managerIds: Comma delimited account Id list of managers.
name
Required
public readonly name: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property name: Project name.
It begins with a letter, and contains only lowercase English letters, numbers, underscores (_), and is limited to 3-64 characters.
clusterId
Optional
public readonly clusterId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property clusterId: Cluster ID.
description
Optional
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property description: Project description.
orderId
Optional
public readonly orderId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property orderId: Order Id of Shared cluster.