INPUT_OBJECT

UpdateAwsAccountInput

Description

Input for editing an AWS account.

link GraphQL Schema definition

  • input UpdateAwsAccountInput {
  • # Name of the AWS account.
  • id: String!
  • # Name of the AWS account.
  • name: String!
  • # Description of the AWS account.
  • description: String
  • # Access key of the AWS account.
  • accessKey: String!
  • # Secret key of the AWS account.
  • secretKey: String!
  • }

link Require by