ContainerRecipeInstanceConfiguration

data class ContainerRecipeInstanceConfiguration(val blockDeviceMappings: List<ContainerRecipeInstanceBlockDeviceMapping>? = null, val image: String? = null)

A group of options that can be used to configure an instance for building and testing container images.

Constructors

Link copied to clipboard
constructor(blockDeviceMappings: List<ContainerRecipeInstanceBlockDeviceMapping>? = null, image: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines the block devices to attach for building an instance from this Image Builder AMI.

Link copied to clipboard
val image: String? = null

The AMI ID to use as the base image for a container build and test instance. If not specified, Image Builder will use the appropriate ECS-optimized AMI as a base image.