get Images
This data source provides the Simple Application Server Images of the current Alibaba Cloud user.
NOTE: Available in v1.135.0+.
Example Usage
Basic Usage
variables:
instanceImageType:
fn::invoke:
function: alicloud:simpleapplicationserver:getImages
arguments:
instanceImageType: system
outputs:
simpleApplicationServerImageId1: ${ids.images[0].id}
The following arguments are supported:
ids
- (Optional, ForceNew, Computed) A list of Image IDs.image_type
- (Optional, ForceNew) The image type. Valid values:app
,custom
,system
.name_regex
- (Optional, ForceNew) A regex string to filter results by Image name.platform
- (Available in v1.161.0) The platform of Image supported. Valid values: "Linux", "Windows".output_file
- (Optional) File name where to save data source results (after runningpulumi preview
).
Return
A collection of values returned by getImages.
Parameters
A collection of arguments for invoking getImages.
Return
A collection of values returned by getImages.
Parameters
See also
Return
A collection of values returned by getImages.
Parameters
Builder for com.pulumi.alicloud.simpleapplicationserver.kotlin.inputs.GetImagesPlainArgs.