AwsEcrImageModuleSchema
Index
Properties
Properties
imageFamily
The family name for the image. This is used to group related images together in the ECR repository structure.
imageName
The specific name of the image within the family. This identifies the specific image repository within the image family.
regions
The AWS regions where the ECR repositories will be created. The image will be available in all specified regions for multi-region deployments. Each region must have AWS region anchors configured.
AwsEcrImageModuleSchema
is the input schema for theAwsEcrImageModule
module. This schema defines the required inputs for creating ECR-based container images, including naming and regional replication settings.Modules/Image/AwsEcrImage
AwsEcrImageModule to learn more about the
AwsEcrImageModule
module.