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. |
Name
Required
Name interface{}
- Type: interface{}
Property name: The name of the project.
It needs to be unique and cannot be changed.
Description
Optional
Description interface{}
- Type: interface{}
Property description: The description of the project.
Labels
Optional
Labels interface{}
- Type: interface{}
Property labels: The labels for the project.
Spec
Optional
Spec interface{}
- Type: interface{}
Property spec: The project configuration.