OBJECT

AwsAccountValidationResponse

Description

Validate given aws accounts.

link GraphQL Schema definition

  • type AwsAccountValidationResponse {
  • # AWS account native ID.
  • nativeId: String!
  • # AWS account name.
  • accountName: String!
  • # AWS account validation response message.
  • message: String!
  • # Specfies whether seamless flow is enabled for this AWS account.
  • seamlessFlowEnabled: Boolean!
  • # AWS account cloud type.
  • cloudType: AwsCloudType!
  • }