RosImageCacheProps
Properties for defining a RosImageCache
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-eci-imagecache
Initializer
import { datasource } from '@alicloud/ros-cdk-eci'
const rosImageCacheProps: datasource.RosImageCacheProps = { ... }
Properties
Name | Type | Description |
---|---|---|
imageCacheId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
refreshOptions |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
imageCacheId
Required
public readonly imageCacheId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
refreshOptions
Optional
public readonly refreshOptions: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable