INPUT_OBJECT
ManagementEndpointCollectorInput
A Management endpoint collector is associated to a given management endpoint and Management endpoint collector can attach either self or managed by managed boolean flag.
link GraphQL Schema definition
- input ManagementEndpointCollectorInput {
- # Type of the collector
- ManagementEndpointCollectorType :
- # Location of the collector
- String! :
- # Boolean value indicates managed in case of true and self otherwise
- Boolean! :
- # Management endpoint AWS/Azure/etc for which this collector should be attached
- # to.
- String! :
- # Management endpoint type
- ManagementEndpointType! :
- # Display name of the collector
- String! :
- # Kubernetes version
- String! :
- }