OBJECT
AwsAccountValidationResponse
Description
Validate given aws accounts.
link GraphQL Schema definition
- type AwsAccountValidationResponse {
- # AWS account name.
- : String!
- # AWS account cloud type.
- : AwsCloudType!
- # AWS account validation response message.
- : String!
- # AWS account native ID.
- : String!
- # The UUID of the onboarded AWS organization.
- : String!
- # The AWS organization name with which you onboarded the AWS account.
- : String!
- # Native ID of the AWS Outpost account.
- : String!
- # Specfies whether seamless flow is enabled for this AWS account.
- : Boolean!
- }