INPUT_OBJECT
UpdateAwsAccountInput
Description
Input for editing an AWS account.
link GraphQL Schema definition
- input UpdateAwsAccountInput {
- # Name of the AWS account.
- String! :
- # Name of the AWS account.
- String! :
- # Description of the AWS account.
- String :
- # Access key of the AWS account.
- String! :
- # Secret key of the AWS account.
- String! :
- # STS VPC endpoint of the AWS account.
- String :
- # Region for STS service.
- AwsRegion :
- }