Class UpdateTenancyConfigDataAttributes

Attributes for updating an existing OCI tenancy integration configuration, including optional credentials, region settings, and collection options.

Hierarchy

  • UpdateTenancyConfigDataAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

OCI API signing key credentials used to update the Datadog integration's authentication with the OCI tenancy.

costCollectionEnabled?: boolean

Whether cost data collection from OCI is enabled for the tenancy.

homeRegion?: string

The home region of the OCI tenancy (for example, us-ashburn-1).

Log collection configuration for updating an OCI tenancy, controlling which compartments and services have log collection enabled.

Metrics collection configuration for updating an OCI tenancy, controlling which compartments and services are included or excluded.

Region configuration for updating an OCI tenancy, specifying which regions are available, enabled, or disabled for data collection.

resourceCollectionEnabled?: boolean

Whether resource collection from OCI is enabled for the tenancy.

userOcid?: string

The OCID of the OCI user used by the Datadog integration for authentication.

Generated using TypeDoc