ImagesProps
Properties for defining a Images.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cloudphone-images
Initializer
import { datasource } from '@alicloud/ros-cdk-cloudphone'
const imagesProps: datasource.ImagesProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
imageCategory |
string | @alicloud/ros-cdk-core.IResolvable |
Property imageCategory: Mirror type. |
imageId |
string | @alicloud/ros-cdk-core.IResolvable |
Property imageId: Image ID. |
imageName |
string | @alicloud/ros-cdk-core.IResolvable |
Property imageName: The name of the mirror image. |
refreshOptions |
string | @alicloud/ros-cdk-core.IResolvable |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
imageCategoryOptional
public readonly imageCategory: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property imageCategory: Mirror type.
imageIdOptional
public readonly imageId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property imageId: Image ID.
imageNameOptional
public readonly imageName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property imageName: The name of the mirror image.
refreshOptionsOptional
public readonly refreshOptions: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values: - Never: Never refresh the datasource resource when the stack is updated. - Always: Always refresh the datasource resource when the stack is updated. Default is Never.