ColumnsProperty
Initializer
import { ColumnsProperty } from '@alicloud/ros-cdk-sls'
const columnsProperty: ColumnsProperty = { ... }
Properties
Name |
Type |
Description |
name |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
type |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
name
Required
public readonly name: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
type
Required
public readonly type: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable