INPUT_OBJECT

AddCrossAccountServiceConsumerInput

Description

Input to add service consumer to cross-account.

link GraphQL Schema definition

  • input AddCrossAccountServiceConsumerInput {
  • # Cross-account ID of the cross-account pair.
  • crossAccountId: String!
  • # Fully qualified domain name of service consumer RSC account.
  • fqdn: String!
  • # Service account details of the service consumer.
  • serviceConsumerSa: CrossAccountSaInput!
  • # Refresh cross-account pair.
  • isRefresh: Boolean
  • }

link Require by