Skip to main content

AwsEcrImageModuleSchema

AwsEcrImageModuleSchema is the input schema for the AwsEcrImageModule module. This schema defines the required inputs for creating ECR-based container images, including naming and regional replication settings.

@group

Modules/Image/AwsEcrImage

@see

AwsEcrImageModule to learn more about the AwsEcrImageModule module.

Index

Properties

imageFamily

imageFamily: string = ...

The family name for the image. This is used to group related images together in the ECR repository structure.

imageName

imageName: string = ...

The specific name of the image within the family. This identifies the specific image repository within the image family.

regions

regions: Region[] = ...

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.

Page Options