getImageCaches

Provides a collection of ECI Image Cache to the specified filters.

NOTE: Available in 1.90.0+.

Return

A collection of values returned by getImageCaches.

Parameters

argument

A collection of arguments for invoking getImageCaches.


suspend fun getImageCaches(ids: List<String>? = null, image: String? = null, imageCacheName: String? = null, nameRegex: String? = null, outputFile: String? = null, snapshotId: String? = null, status: String? = null): GetImageCachesResult

Return

A collection of values returned by getImageCaches.

See also

Parameters

ids

A list ids of ECI Image Cache.

image

Find the mirror cache containing it according to the image name.

imageCacheName

The name of ECI Image Cache.

nameRegex

A regex string to filter results by the image cache name.

outputFile

File name where to save data source results (after running pulumi preview).

snapshotId

The id of snapshot.

status

The status of ECI Image Cache.


Return

A collection of values returned by getImageCaches.

See also

Parameters

argument

Builder for com.pulumi.alicloud.eci.kotlin.inputs.GetImageCachesPlainArgs.