ImageRecipe

class ImageRecipe : KotlinCustomResource

Resource schema for AWS::ImageBuilder::ImageRecipe

Properties

Link copied to clipboard

Specify additional settings and launch scripts for your build instances.

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the image recipe.

Link copied to clipboard

The block device mappings to apply when creating images from this recipe.

Link copied to clipboard

The components of the image recipe.

Link copied to clipboard
val description: Output<String>?

The description of the image recipe.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the image recipe.

Link copied to clipboard
val parentImage: Output<String>

The parent image of the image recipe.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<Map<String, String>>?

The tags of the image recipe.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val version: Output<String>

The version of the image recipe.

Link copied to clipboard
val workingDirectory: Output<String>?

The working directory to be used during build and test workflows.