ContainerRecipeInstanceConfiguration

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration block(s) with block device mappings for the container recipe. Detailed below.

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.