paws.compute (version 0.1.0)

ecr_delete_lifecycle_policy: Deletes the specified lifecycle policy

Description

Deletes the specified lifecycle policy.

Usage

ecr_delete_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$delete_lifecycle_policy(
  registryId = "string",
  repositoryName = "string"
)