ecr_get_lifecycle_policy: Retrieves the specified lifecycle policy
Description
Retrieves the specified lifecycle policy.
Usage
ecr_get_lifecycle_policy(registryId, repositoryName)
Arguments
registryId
The AWS account ID associated with the registry that contains the
repository. If you do not specify a registry, the default registry is
assumed.
repositoryName
[required] The name of the repository.
Request syntax
svc$get_lifecycle_policy(
registryId = "string",
repositoryName = "string"
)