awscc.ecr_publicrepository

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - ecr-public:DeleteRepository

update

Parent base class for filters and actions.

definitions:
  AboutText:
    description: Provide a detailed description of the repository. Identify what is
      included in the repository, any licensing details, or other relevant information.
    maxLength: 10240
    type: string
  Architecture:
    description: The name of the architecture.
    maxLength: 50
    minLength: 1
    type: string
  ArchitectureList:
    description: Select the system architectures that the images in your repository
      are compatible with.
    insertionOrder: false
    items:
      description: The name of the architecture.
      maxLength: 50
      minLength: 1
      type: string
    maxItems: 50
    type: array
    uniqueItems: true
  OperatingSystem:
    description: The name of the operating system.
    maxLength: 50
    minLength: 1
    type: string
  OperatingSystemList:
    description: Select the operating systems that the images in your repository are
      compatible with.
    insertionOrder: false
    items:
      description: The name of the operating system.
      maxLength: 50
      minLength: 1
      type: string
    maxItems: 50
    type: array
    uniqueItems: true
  RegistryId:
    description: 'The AWS account ID associated with the registry that contains the
      repository. If you do not specify a registry, the default registry is assumed. '
    maxLength: 12
    minLength: 12
    pattern: ^[0-9]{12}$
    type: string
  RepositoryDescription:
    description: The description of the public repository.
    maxLength: 1024
    type: string
  Tag:
    additionalProperties: false
    description: A key-value pair to associate with a resource.
    properties:
      Key:
        description: 'The key name of the tag. You can specify a value that is 1 to
          127 Unicode characters in length and cannot be prefixed with aws:. You can
          use any of the following characters: the set of Unicode letters, digits,
          whitespace, _, ., /, =, +, and -. '
        maxLength: 127
        minLength: 1
        type: string
      Value:
        description: 'The value for the tag. You can specify a value that is 1 to
          255 Unicode characters in length and cannot be prefixed with aws:. You can
          use any of the following characters: the set of Unicode letters, digits,
          whitespace, _, ., /, =, +, and -. '
        maxLength: 255
        minLength: 1
        type: string
    required:
    - Value
    - Key
    type: object
  UsageText:
    description: Provide detailed information about how to use the images in the repository.
      This provides context, support information, and additional usage details for
      users of the repository.
    maxLength: 10240
    type: string
properties:
  RepositoryCatalogData:
    additionalProperties: false
    description: The CatalogData property type specifies Catalog data for ECR Public
      Repository. For information about Catalog Data, see <link>
    properties:
      AboutText:
        description: Provide a detailed description of the repository. Identify what
          is included in the repository, any licensing details, or other relevant
          information.
        maxLength: 10240
        type: string
      Architectures:
        description: Select the system architectures that the images in your repository
          are compatible with.
        insertionOrder: false
        items:
          description: The name of the architecture.
          maxLength: 50
          minLength: 1
          type: string
        maxItems: 50
        type: array
        uniqueItems: true
      OperatingSystems:
        description: Select the operating systems that the images in your repository
          are compatible with.
        insertionOrder: false
        items:
          description: The name of the operating system.
          maxLength: 50
          minLength: 1
          type: string
        maxItems: 50
        type: array
        uniqueItems: true
      RepositoryDescription:
        description: The description of the public repository.
        maxLength: 1024
        type: string
      UsageText:
        description: Provide detailed information about how to use the images in the
          repository. This provides context, support information, and additional usage
          details for users of the repository.
        maxLength: 10240
        type: string
    type: object
  RepositoryPolicyText:
    description: 'The JSON repository policy text to apply to the repository. For
      more information, see https://docs.aws.amazon.com/AmazonECR/latest/userguide/RepositoryPolicyExamples.html
      in the Amazon Elastic Container Registry User Guide. '
    type:
    - object
    - string
  Tags:
    description: An array of key-value pairs to apply to this resource.
    insertionOrder: false
    items:
      additionalProperties: false
      description: A key-value pair to associate with a resource.
      properties:
        Key:
          description: 'The key name of the tag. You can specify a value that is 1
            to 127 Unicode characters in length and cannot be prefixed with aws:.
            You can use any of the following characters: the set of Unicode letters,
            digits, whitespace, _, ., /, =, +, and -. '
          maxLength: 127
          minLength: 1
          type: string
        Value:
          description: 'The value for the tag. You can specify a value that is 1 to
            255 Unicode characters in length and cannot be prefixed with aws:. You
            can use any of the following characters: the set of Unicode letters, digits,
            whitespace, _, ., /, =, +, and -. '
          maxLength: 255
          minLength: 1
          type: string
      required:
      - Value
      - Key
      type: object
    maxItems: 50
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - ecr-public:SetRepositoryPolicy, ecr-public:DeleteRepositoryPolicy, ecr-public:PutRepositoryCatalogData, ecr-public:TagResource, ecr-public:UntagResource