ResourceDetectionConfig provides an interface for configuring resource auto-detection.

interface ResourceDetectionConfig {
    detectors?: resources.ResourceDetector[];
}

Properties

Properties