OBJECT
KmsKey
An encryption key. Each Tenant has a default key used when another key is not specified. Other KmsKeys added to a Tenant can be used to selectively encrypt Edges at rest.
link GraphQL Schema definition
- type KmsKey {
- # The AWS Resource Name of the actual AWS KMS Key.
- String! :
- # When and who created.
- AtBy! :
- # A human-readable description.
- String :
- # True if this is used by other resources.
- Boolean! :
- # When and who modified.
- AtBy! :
- # The name.
- String! :
- # The Tenant.
- Tenant! :
- # Deletes this.
- Boolean! :
- # Lists the changes.
- #
- # Arguments
- # endDateTime: The end date/time (inclusive) to list changes for
- # in ISO8601 format. Defaults to now.
- # exclusiveStartKey: The lastEvaluatedKey from a previous
- # ChangeResult. Used when paginating.
- # limit: Used for limiting the number of results when paginating.
- # Defaults to "all".
- # sortAscending: True for ascending results, False for descending
- # result. Defaults to True.
- # startDateTime: The start date/time (inclusive) to list changes
- # for in ISO8601 format. Defaults to the beginning of time.
- (
- AWSDateTime, :
- AWSJSON, :
- Int, :
- Boolean, :
- AWSDateTime :
- ): ChangeResult!
- # Updates and returns the KmsKey.
- #
- # Arguments
- # description: A human-readable description.
- String): KmsKey! ( :
- }
link Require by
- EchoA union of all EchoStream object types
- EdgeTransmits messages between Nodes.
- KmsKeyAn encryption key. Each Tenant has a default key used when another key is not specified. Other KmsKeys added to a Tenant can be used to selectively encrypt Edges at rest.
- KmsKeyResultA (possibly) paginated result set.
- MutationRoot Mutation
- QueryRoot Query