INPUT_OBJECT

AwsOuInput

Description

Details of an AWS Organization unit.

link GraphQL Schema definition

  • input AwsOuInput {
  • # Native ID of AWS Organization unit.
  • nativeId: String
  • # Name of AWS Organization unit.
  • name: String
  • # The cloud type for the AWS Organization unit.
  • cloudType: AwsCloudType
  • }