Creates a new container recipe. Container recipes define how images are configured, tested, and assessed.
Request body
The type of container to create.
The name of the container recipe.
The description of the container recipe.
The Dockerfile template used to build your image as an inline data blob.
The Amazon S3 URI for the Dockerfile that will be used to build your container image.
Specifies the operating system platform when you use a custom base image.
Specifies the operating system version for the base image.
The base image for the container recipe.
Tags that are attached to the container recipe.
The working directory for use during build and test workflows.
Identifies which KMS key is used to encrypt the container image.
The client token used to make this request idempotent.
Response
Success
The request ID that uniquely identifies this request.
The client token used to make this request idempotent.
Returns the Amazon Resource Name (ARN) of the container recipe that the request created.