Skip to content

ImageCacheProps

Properties for defining a ImageCache.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-eci-imagecache

Initializer

using AlibabaCloud.SDK.ROS.CDK.Eci;
new ImageCacheProps {
    object ImageCacheId,
    object RefreshOptions = null
};

Properties

Name Type Description
ImageCacheId object Property imageCacheId: ImageCacheId.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

ImageCacheIdRequired

public object ImageCacheId { get; set; }
  • Type: object

Property imageCacheId: ImageCacheId.


RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.