Skip to content

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.

typeRequired

public readonly type: string;
  • Type: string

ROS template resource type (e.g. ALIYUN::ECS::Instance).


propertiesOptional

public readonly properties: {[ key: string ]: any};
  • Type: {[ key: string ]: any}
  • Default: No resource properties.

Resource properties.