RosImageProps
Properties for defining a RosImage
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cloudphone-image
Initializer
import { datasource } from '@alicloud/ros-cdk-cloudphone'
const rosImageProps: datasource.RosImageProps = { ... }
Properties
Name | Type | Description |
---|---|---|
imageId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
refreshOptions |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
imageId
Required
public readonly imageId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
refreshOptions
Optional
public readonly refreshOptions: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable