RosProjectProps
Properties for defining a RosProject
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-project
Initializer
import { RosProjectProps } from '@alicloud/ros-cdk-sls'
const rosProjectProps: RosProjectProps = { ... }
Properties
Name | Type | Description |
---|---|---|
name |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
description |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
tags |
TagsProperty[] |
No description. |
name
Required
public readonly name: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
description
Optional
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
tags
Optional
public readonly tags: TagsProperty[];
- Type: TagsProperty[]