OBJECT
ManagedNodeType
Represents a ManagedNodeType which may be used to create ManagedNodes. ManagedNodeTypes are wrappers around Docker image definitions and define the requirements necessary to instantiate those images as Docker containers inside a ManagedApp.
link GraphQL Schema definition
- type ManagedNodeType {
- # A JSON Schema ( https://json-schema.org/ ) document that specifies the
- # requirements for the config attribute of ManagedNodes created using this
- # ManagedNodeType.
- AWSJSON :
- # When and who created.
- AtBy! :
- # A human-readable description.
- String! :
- # The URI of the Docker image. Must be a public or a private AWS ECR repository.
- String! :
- # True if this is used by other resources.
- Boolean! :
- # When and who modified.
- AtBy! :
- # The mount (i.e. - volume) requirements of the Docker image.
- MountRequirement!] : [
- # The name.
- String! :
- # The port requirements of the Docker image.
- PortRequirement!] : [
- # README in MarkDown format.
- String :
- # The MessageType that this Node is capable of receiving.
- MessageType :
- # The MessageType that this Node is capable of sending.
- MessageType :
- # True if this is an EchoStream system resource.
- Boolean :
- # 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 ManagedNodeType.
- #
- # Arguments
- # description: A human-readable description.
- # imageUri: The URI of the Docker image. Must be a public or a
- # private AWS ECR repository.
- # readme: README in MarkDown format.
- String, : String, : String): ManagedNodeType! ( :
- }
link Require by
- EchoA union of all EchoStream object types
- ManagedNodeRepresents a ManagedNode. ManagedNodes are instances of Docker containers that exist within ManagedApps.
- ManagedNodeTypeRepresents a ManagedNodeType which may be used to create ManagedNodes. ManagedNodeTypes are wrappers around Docker image definitions and define the requirements necessary to instantiate those images as Docker containers inside a ManagedApp.
- ManagedNodeTypeResultA (possibly) paginated result set.
- MutationRoot Mutation
- QueryRoot Query