Class: DatadogAPIClient::V2::CreateConnectionRequestDataAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/create_connection_request_data_attributes.rb

Overview

Attributes defining the data source connection, including join configuration and custom fields.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



39
40
41
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes.rb', line 39

def additional_properties
  @additional_properties
end

#fieldsObject

List of custom attribute fields to import from the data source.



25
26
27
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes.rb', line 25

def fields
  @fields
end

#join_attributeObject

The attribute in the data source used to join records with the entity.



28
29
30
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes.rb', line 28

def join_attribute
  @join_attribute
end

#join_typeObject

The type of join key used to link the data source to the entity (for example, email or user_id).



31
32
33
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes.rb', line 31

def join_type
  @join_type
end

#metadataObject

Additional key-value metadata associated with the connection.



34
35
36
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes.rb', line 34

def 
  @metadata
end

#typeObject

The type of data source connection (for example, ref_table).



37
38
39
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes.rb', line 37

def type
  @type
end