enum ContainerType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ImageBuilder.Alpha.ContainerType |
Go | github.com/aws/aws-cdk-go/awsimagebuilderalpha/v2#ContainerType |
Java | software.amazon.awscdk.services.imagebuilder.alpha.ContainerType |
Python | aws_cdk.aws_imagebuilder_alpha.ContainerType |
TypeScript (source) | @aws-cdk/aws-imagebuilder-alpha ยป ContainerType |
The type of the container being used in the container recipe.
Members
| Name | Description |
|---|---|
| DOCKER | Indicates the container recipe uses a Docker container. |
DOCKER
Indicates the container recipe uses a Docker container.

.NET
Go
Java
Python
TypeScript (