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!
  • # STS VPC endpoint of the AWS account.
  • stsEndpoint: String
  • # Region for STS service.
  • stsRegion: AwsRegion
  • }

link Require by