Class CreateTenancyConfigDataAttributes

Attributes for creating a new OCI tenancy integration configuration, including credentials, region settings, and collection options.

Hierarchy

  • CreateTenancyConfigDataAttributes

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 authenticate the Datadog integration with the OCI tenancy.

configVersion?: number

Version number of the integration the tenancy is integrated with

costCollectionEnabled?: boolean

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

ddCompartmentId?: string

The OCID of the OCI compartment used by the Datadog integration stack.

ddStackId?: string

The OCID of the OCI Resource Manager stack used by the Datadog integration.

homeRegion: string

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

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

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

Region configuration for 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