Image Recipe Args
data class ImageRecipeArgs(val additionalInstanceConfiguration: Output<ImageRecipeAdditionalInstanceConfigurationArgs>? = null, val blockDeviceMappings: Output<List<ImageRecipeInstanceBlockDeviceMappingArgs>>? = null, val components: Output<List<ImageRecipeComponentConfigurationArgs>>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val parentImage: Output<String>? = null, val tags: Output<Any>? = null, val version: Output<String>? = null, val workingDirectory: Output<String>? = null) : ConvertibleToJava<ImageRecipeArgs>
Resource schema for AWS::ImageBuilder::ImageRecipe
Constructors
Link copied to clipboard
fun ImageRecipeArgs(additionalInstanceConfiguration: Output<ImageRecipeAdditionalInstanceConfigurationArgs>? = null, blockDeviceMappings: Output<List<ImageRecipeInstanceBlockDeviceMappingArgs>>? = null, components: Output<List<ImageRecipeComponentConfigurationArgs>>? = null, description: Output<String>? = null, name: Output<String>? = null, parentImage: Output<String>? = null, tags: Output<Any>? = null, version: Output<String>? = null, workingDirectory: Output<String>? = null)