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 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
  • }