Class: DatadogAPIClient::V2::ObservabilityPipelineGoogleCloudStorageDestination

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

Overview

The google_cloud_storage destination stores logs in a Google Cloud Storage (GCS) bucket. It requires a bucket name, Google Cloud authentication, and metadata fields.

Supported pipeline types: logs

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#aclObject

Access control list setting for objects written to the bucket.



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

def acl
  @acl
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



61
62
63
# File 'lib/datadog_api_client/v2/models/observability_pipeline_google_cloud_storage_destination.rb', line 61

def additional_properties
  @additional_properties
end

#authObject

Google Cloud credentials used to authenticate with Google Cloud Storage.



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

def auth
  @auth
end

#bucketObject

Name of the GCS bucket.



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

def bucket
  @bucket
end

#bufferObject

Configuration for buffer settings on destination components.



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

def buffer
  @buffer
end

#compressionObject

Compression configuration for archived logs. When omitted, logs are compressed with gzip for backward compatibility.



41
42
43
# File 'lib/datadog_api_client/v2/models/observability_pipeline_google_cloud_storage_destination.rb', line 41

def compression
  @compression
end

#idObject

Unique identifier for the destination component.



44
45
46
# File 'lib/datadog_api_client/v2/models/observability_pipeline_google_cloud_storage_destination.rb', line 44

def id
  @id
end

#inputsObject

A list of component IDs whose output is used as the input for this component.



47
48
49
# File 'lib/datadog_api_client/v2/models/observability_pipeline_google_cloud_storage_destination.rb', line 47

def inputs
  @inputs
end

#key_prefixObject

Optional prefix for object keys within the GCS bucket.



50
51
52
# File 'lib/datadog_api_client/v2/models/observability_pipeline_google_cloud_storage_destination.rb', line 50

def key_prefix
  @key_prefix
end

#metadataObject

Custom metadata to attach to each object uploaded to the GCS bucket.



53
54
55
# File 'lib/datadog_api_client/v2/models/observability_pipeline_google_cloud_storage_destination.rb', line 53

def 
  @metadata
end

#storage_classObject

Storage class used for objects stored in GCS.



56
57
58
# File 'lib/datadog_api_client/v2/models/observability_pipeline_google_cloud_storage_destination.rb', line 56

def storage_class
  @storage_class
end

#typeObject

The destination type. Always google_cloud_storage.



59
60
61
# File 'lib/datadog_api_client/v2/models/observability_pipeline_google_cloud_storage_destination.rb', line 59

def type
  @type
end