OBJECT

FinOpsAwsAccount

Details of an AWS Account. For m1b milestone we will have this type "FinOpsAwsAccount" untill TanzuHub AWS accounts are synced to Hub. Once accounts are synced to Hub, this will be replaced with ManagementEndpoint

link GraphQL Schema definition

  • type FinOpsAwsAccount implements Node {
  • # Same as AWS Account ownerId.
  • accountId: String
  • # This represents the type of the AWS Account.
  • accountType: String
  • # This is an ID representing the AWS Account.
  • id: ID!
  • # This is the friendly name given by the customer. If Amazon Name exists and
  • # friendly name is same as AccountId, falls back to Amazon name.
  • name: String
  • # This represents the ID of the AWS Account’s billing account.
  • payerAccountId: ID
  • # This represents the name of the AWS Account’s billing account.
  • payerAccountName: String
  • }