ENUM

GetCrossAccountPairsFilterField

Description

Filter for querying cross-account pairs.

link GraphQL Schema definition

  • enum GetCrossAccountPairsFilterField {
  • # Filter by role of the cross-account pair.
  • ACCOUNT_ROLE
  • # Filter by cross-account pair name.
  • NAME
  • # Filter by org-name.
  • ORG_NAME
  • # Filter by status of the cross-account pair.
  • STATUS
  • }