Optional
encryptionEncryption configuration for the repository. See below for schema.
Optional
forceIf true
, will delete the repository even if it contains images.
Defaults to false
.
Optional
imageConfiguration block that defines image scanning configuration for the repository. By default, image scanning must be manually triggered. See the ECR User Guide for more information about image scanning.
Optional
imageThe tag mutability setting for the repository. Must be one of: MUTABLE
or IMMUTABLE
. Defaults to MUTABLE
.
Optional
lifecycleA lifecycle policy consists of one or more rules that determine which images in a repository should be expired. If not provided, this will default to untagged images expiring after 1 day.
Optional
nameName of the repository.
Optional
tagsA map of tags to assign to the resource. If configured with a provider default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
Generated using TypeDoc
The set of arguments for constructing a Repository resource.