OBJECT
A Key management system (KMS) key in AWS realm.
type KmsEncryptionKey {# ID of KMS key.id: String! # Amazon Resource Name (ARN) of the KMS key.arn: String! # Aliases of KMS key.aliases: [String!]! }