INPUT_OBJECT
Input for creating an AWS account.
input CreateAwsAccountInput {# 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}