INPUT_OBJECT

AwsNativeAccountInput

Description

Represent an AWS native account.

link GraphQL Schema definition

  • input AwsNativeAccountInput {
  • # External ID to be associated with account roles.
  • externalId: String
  • # Native ID of the cloud account.
  • id: String!
  • }