OBJECT

PrivateContainerRegistryReplyType

Description

Response to the request to retrieve details of a PCR.

link GraphQL Schema definition

  • type PrivateContainerRegistryReplyType {
  • # Details of PCR consisting of registry URL and how user pulls images into their
  • # registry from their AWS account.
  • pcrDetails: PrivateContainerRegistryDetailsType
  • }

link Require by