create_ecr_lifecycle_policy: Create ECR lifecycle policy to auto-delete old images

View source: R/utils.R

create_ecr_lifecycle_policyR Documentation

Create ECR lifecycle policy to auto-delete old images

Description

Create ECR lifecycle policy to auto-delete old images

Usage

create_ecr_lifecycle_policy(region, repository_name, ttl_days = NULL)

Arguments

region

AWS region

repository_name

ECR repository name

ttl_days

Number of days to keep images (NULL = no auto-delete)


starburst documentation built on March 19, 2026, 5:08 p.m.