getImage
inline suspend fun ImagebuilderClient.getImage(crossinline block: GetImageRequest.Builder.() -> Unit): GetImageResponse
Retrieves an image.
Samples
// The following example retrieves an image build version to check its status while the build is
// running. The response is shortened to show a subset of the fields that Image Builder returns.
val resp = imagebuilderClient.getImage {
imageBuildVersionArn = "arn:aws:imagebuilder:us-west-2:111122223333:image/my-example-recipe/1.0.0/1"
}Content copied to clipboard