ContainerRecipe

class ContainerRecipe : KotlinCustomResource

Resource schema for AWS::ImageBuilder::ContainerRecipe

Properties

Link copied to clipboard
val arn: Output<String>

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

Link copied to clipboard

Components for build and test that are included in the container recipe.

Link copied to clipboard

Specifies the type of container, such as Docker.

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

The description of the container recipe.

Link copied to clipboard

Dockerfiles are text documents that are used to build Docker containers, and ensure that they contain all of the elements required by the application running inside. The template data consists of contextual variables where Image Builder places build information or scripts, based on your container image recipe.

Link copied to clipboard

The S3 URI for the Dockerfile that will be used to build your container image.

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

Specifies the operating system version for the source image.

Link copied to clipboard

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

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

Identifies which KMS key is used to encrypt the container image.

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

The name of the container recipe.

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

The source image for the container recipe.

Link copied to clipboard

Specifies the operating system platform when you use a custom source image.

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>>?

Tags that are attached to the container recipe.

Link copied to clipboard

The destination repository for the container image.

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

The semantic version of the container recipe (..).

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

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