paws.compute (version 0.1.0)

ecr_start_lifecycle_policy_preview: Starts a preview of the specified lifecycle policy

Description

Starts a preview of the specified lifecycle policy. This allows you to see the results before creating the lifecycle policy.

Usage

ecr_start_lifecycle_policy_preview(registryId, repositoryName,
  lifecyclePolicyText)

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 to be evaluated.

lifecyclePolicyText

The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.

Request syntax

svc$start_lifecycle_policy_preview(
  registryId = "string",
  repositoryName = "string",
  lifecyclePolicyText = "string"
)