Skip to content

ImageCachesProps

Properties for defining a ImageCaches.

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

Initializer

import { datasource } from '@alicloud/ros-cdk-eci'
const imageCachesProps: datasource.ImageCachesProps = { ... }

Properties

Name Type Description
imageCacheId string | @alicloud/ros-cdk-core.IResolvable Property imageCacheId: ImageCacheId.
imageCacheName string | @alicloud/ros-cdk-core.IResolvable Property imageCacheName: ImageCacheName.
limit number | @alicloud/ros-cdk-core.IResolvable Property limit: Number of pages.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
resourceGroupId string | @alicloud/ros-cdk-core.IResolvable Property resourceGroupId: ResourceGroupId.
snapshotId string | @alicloud/ros-cdk-core.IResolvable Property snapshotId: SnapshotId.

imageCacheIdOptional

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

Property imageCacheId: ImageCacheId.


imageCacheNameOptional

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

Property imageCacheName: ImageCacheName.


limitOptional

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

Property limit: Number of pages.


refreshOptionsOptional

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

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.


resourceGroupIdOptional

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

Property resourceGroupId: ResourceGroupId.


snapshotIdOptional

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

Property snapshotId: SnapshotId.