OBJECT

AwsRscAccountDetails

Description

AWS RSC account details.

link GraphQL Schema definition

  • type AwsRscAccountDetails {
  • # ID generated after the AWS native account is registered.
  • awsCloudAccountId: String!
  • # AWS native account ID.
  • awsNativeId: String!
  • # Message denoting status of registration(Empty if successful).
  • message: String!
  • }