createImage
inline suspend fun ImagebuilderClient.createImage(crossinline block: CreateImageRequest.Builder.() -> Unit): CreateImageResponse
Creates a new image. This request will create a new image along with all of the configured output resources defined in the distribution configuration. You must specify exactly one recipe for your image, using either a ContainerRecipeArn or an ImageRecipeArn.