RosResourceProps
Initializer
import { RosResourceProps } from '@alicloud/ros-cdk-core'
const rosResourceProps: RosResourceProps = { ... }
Properties
Name | Type | Description |
---|---|---|
type |
string |
ROS template resource type (e.g. ALIYUN::ECS::Instance ). |
properties |
{[ key: string ]: any} |
Resource properties. |
type
Required
public readonly type: string;
- Type: string
ROS template resource type (e.g. ALIYUN::ECS::Instance
).
properties
Optional
public readonly properties: {[ key: string ]: any};
- Type: {[ key: string ]: any}
- Default: No resource properties.
Resource properties.