OBJECT
AwsAccount
Description
AWS Account specific info.
link GraphQL Schema definition
- type AwsAccount implements CloudAccount {
- # Access key for IAM user, which is required while adding new AWS cloud account.
- String! :
- # Native ID of the AWS account.
- String! :
- # STS VPC endpoint of the AWS account.
- String :
- # Region for STS service.
- AwsRegion! :
- # The ID of this Cloud Account.
- String! :
- # The name of this Cloud Account.
- String! :
- # The description of this Cloud Account.
- String :
- # The type of this Cloud Provider.
- CloudAccountType! :
- # The connection status of this Cloud Account.
- ConnectionStatusType! :
- }
link Require by
This element is not required by anyone