Skip to content

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.

imageCacheIdRequired

public readonly imageCacheId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

refreshOptionsOptional

public readonly refreshOptions: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable