Skip to content

ProjectProps

Properties for defining a Project.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkserverlessdev"
&alicloudroscdkserverlessdev.ProjectProps {
    Name: interface{},
    Description: interface{},
    Labels: interface{},
    Spec: interface{},
}

Properties

Name Type Description
Name interface{} Property name: The name of the project.
Description interface{} Property description: The description of the project.
Labels interface{} Property labels: The labels for the project.
Spec interface{} Property spec: The project configuration.

NameRequired

Name interface{}
  • Type: interface{}

Property name: The name of the project.

It needs to be unique and cannot be changed.


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: The description of the project.


LabelsOptional

Labels interface{}
  • Type: interface{}

Property labels: The labels for the project.


SpecOptional

Spec interface{}
  • Type: interface{}

Property spec: The project configuration.