Skip to content

ImageProps

Properties for defining a Image.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudphone-image

Initializer

import { ImageProps } from '@alicloud/ros-cdk-cloudphone'
const imageProps: ImageProps = { ... }

Properties

Name Type Description
instanceId string | @alicloud/ros-cdk-core.IResolvable Property instanceId: The ID of the mobile phone instance.
description string | @alicloud/ros-cdk-core.IResolvable Property description: The image description.
imageName string | @alicloud/ros-cdk-core.IResolvable Property imageName: The image name.

instanceIdRequired

public readonly instanceId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property instanceId: The ID of the mobile phone instance.


descriptionOptional

public readonly description: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property description: The image description.

The description must be 2 to 256 characters in length. It cannot start with http:\/\/ or https:\/\/.


imageNameOptional

public readonly imageName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property imageName: The image name.

The name must be 2 to 128 characters in length. It can contain letters, digits, colons (:), underscores (_), and hyphens (-). The name must start with a letter but cannot start with http:\/\/ or https:\/\/.