ImagesProps
Properties for defining a Images
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cloudphone-images
Initializer
from ros_cdk_cloudphone import datasource
datasource.ImagesProps(
image_category: typing.Union[str, IResolvable] = None,
image_id: typing.Union[str, IResolvable] = None,
image_name: typing.Union[str, IResolvable] = None,
refresh_options: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
image_category |
typing.Union[str, ros_cdk_core.IResolvable] |
Property imageCategory: Mirror type. |
image_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property imageId: Image ID. |
image_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property imageName: The name of the mirror image. |
refresh_options |
typing.Union[str, ros_cdk_core.IResolvable] |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
image_category
Optional
image_category: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property imageCategory: Mirror type.
image_id
Optional
image_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property imageId: Image ID.
image_name
Optional
image_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property imageName: The name of the mirror image.
refresh_options
Optional
refresh_options: typing.Union[str, IResolvable]
- Type: typing.Union[str, 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.