Skip to content

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.

deployTypeRequired

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

Property deployType: Cluster type: Exclusive cluster: cell Shared cluster: public.


managerIdsRequired

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

Property managerIds: Comma delimited account Id list of managers.


nameRequired

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.


clusterIdOptional

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

Property clusterId: Cluster ID.


descriptionOptional

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

Property description: Project description.


orderIdOptional

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

Property orderId: Order Id of Shared cluster.