Skip to content

ImageProps

Properties for defining a Image.

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

Initializer

import ros_cdk_cloudphone
ros_cdk_cloudphone.ImageProps(
  instance_id: typing.Union[str, IResolvable],
  description: typing.Union[str, IResolvable] = None,
  image_name: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
instance_id typing.Union[str, ros_cdk_core.IResolvable] Property instanceId: The ID of the mobile phone instance.
description typing.Union[str, ros_cdk_core.IResolvable] Property description: The image description.
image_name typing.Union[str, ros_cdk_core.IResolvable] Property imageName: The image name.

instance_idRequired

instance_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property instanceId: The ID of the mobile phone instance.


descriptionOptional

description: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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://.


image_nameOptional

image_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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://.