RosImageProps
Properties for defining a RosImage.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ens-image
Initializer
import { RosImageProps } from '@alicloud/ros-cdk-ens'
const rosImageProps: RosImageProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
imageName |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
deleteAfterImageUpload |
boolean | @alicloud/ros-cdk-core.IResolvable |
No description. |
instanceId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
imageNameRequired
public readonly imageName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
deleteAfterImageUploadOptional
public readonly deleteAfterImageUpload: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
instanceIdOptional
public readonly instanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable