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. |
imageCacheId
Optional
public readonly imageCacheId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property imageCacheId: ImageCacheId.
imageCacheName
Optional
public readonly imageCacheName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property imageCacheName: ImageCacheName.
limit
Optional
public readonly limit: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property limit: Number of pages.
refreshOptions
Optional
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.
resourceGroupId
Optional
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property resourceGroupId: ResourceGroupId.
snapshotId
Optional
public readonly snapshotId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property snapshotId: SnapshotId.