OBJECT

PcrAwsImagePullDetails

Description

Details related to how user will be pulling image from our container registry.

link GraphQL Schema definition

  • type PcrAwsImagePullDetails {
  • # AWS account ID of the account from which user will be pulling.
  • awsNativeId: String!
  • }