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. |
imageName
Required
public readonly imageName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
deleteAfterImageUpload
Optional
public readonly deleteAfterImageUpload: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
instanceId
Optional
public readonly instanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable