UNPKG

@datadog/datadog-api-client

Version:
43 lines 1.4 kB
"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.CreateTenancyConfigDataAttributesLogsConfig = void 0; /** * Log collection configuration for an OCI tenancy, controlling which compartments and services have log collection enabled. */ class CreateTenancyConfigDataAttributesLogsConfig { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CreateTenancyConfigDataAttributesLogsConfig.attributeTypeMap; } } exports.CreateTenancyConfigDataAttributesLogsConfig = CreateTenancyConfigDataAttributesLogsConfig; /** * @ignore */ CreateTenancyConfigDataAttributesLogsConfig.attributeTypeMap = { compartmentTagFilters: { baseName: "compartment_tag_filters", type: "Array<string>", }, enabled: { baseName: "enabled", type: "boolean", }, enabledServices: { baseName: "enabled_services", type: "Array<string>", }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CreateTenancyConfigDataAttributesLogsConfig.js.map