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