UNPKG

@datadog/datadog-api-client

Version:
13 lines 722 B
"use strict"; /** * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. * This product includes software developed at Datadog (https://www.datadoghq.com/). * Copyright 2020-Present Datadog, Inc. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.OCI_INSTANCE = exports.GCP_COMPUTE_INSTANCE = exports.AZURE_VIRTUAL_MACHINE_INSTANCE = exports.AWS_EC2_INSTANCE = void 0; exports.AWS_EC2_INSTANCE = "aws_ec2_instance"; exports.AZURE_VIRTUAL_MACHINE_INSTANCE = "azure_virtual_machine_instance"; exports.GCP_COMPUTE_INSTANCE = "gcp_compute_instance"; exports.OCI_INSTANCE = "oci_instance"; //# sourceMappingURL=CsmAgentlessHostResourceType.js.map