get Image
Data source for managing an AWS AppStream 2.0 Image.
Return
A collection of values returned by getImage.
Parameters
A collection of arguments for invoking getImage.
Return
A collection of values returned by getImage.
Parameters
Arn of the image being searched for. Cannot be used with name_regex or name.
Boolean that if it is set to true and there are multiple images returned the most recent will be returned. If it is set to false and there are multiple images return the datasource will error.
Name of the image being searched for. Cannot be used with name_regex or arn.
Regular expression name of the image being searched for. Cannot be used with arn or name.
The type of image which must be (PUBLIC, PRIVATE, or SHARED).
See also
Return
A collection of values returned by getImage.
Parameters
Builder for com.pulumi.aws.appstream.kotlin.inputs.GetImagePlainArgs.