RosImageCacheProps
Properties for defining a RosImageCache.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-eci-imagecache
Initializer
import com.aliyun.ros.cdk.eci.datasource.RosImageCacheProps;
RosImageCacheProps.builder()
    .imageCacheId(java.lang.String)
    .imageCacheId(IResolvable)
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
    .build();
Properties
| Name | Type | Description | 
|---|---|---|
| imageCacheId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | No description. | 
| refreshOptions | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | No description. | 
imageCacheIdRequired 
public java.lang.Object getImageCacheId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
refreshOptionsOptional 
public java.lang.Object getRefreshOptions();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable