aws.ecr.get_lifecycle_policy
Example SQL Queries
SELECT * FROMaws.ecr.get_lifecycle_policyWHERE"repository_name" = 'VALUE';Description
Retrieves the lifecycle policy for the specified repository.
Table Definition
| Column Name | Column Data Type |
|---|---|
| repository_name Required Input Column The repository name associated with the request. | VARCHAR |
| registry_id Input Column The registry ID associated with the request. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| last_evaluated_at The time stamp of the last time that the lifecycle policy was run. | TIMESTAMP_S |
| lifecycle_policy_text The JSON lifecycle policy text. | VARCHAR |