awscc.ecr_registrypolicy

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

properties:
  type:
    enum:
    - delete
required:
- type

Permissions - ecr:DeleteRegistryPolicy

update

Parent base class for filters and actions.

definitions:
  RegistryId:
    description: The registry id.
    maxLength: 12
    minLength: 12
    pattern: ^[0-9]{12}$
    type: string
properties:
  PolicyText:
    description: The JSON policy text to apply to your registry. The policy text follows
      the same format as IAM policy text. For more information, see Registry permissions
      (https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry-permissions.html)
      in the Amazon Elastic Container Registry User Guide.
    type: object
  type:
    enum:
    - update

Permissions - ecr:PutRegistryPolicy