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, GCP 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.



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

def additional_properties
  @additional_properties
end

#authObject

GCP 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

#idObject

Unique identifier for the destination component.



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

def id
  @id
end

#inputsObject

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



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

def inputs
  @inputs
end

#key_prefixObject

Optional prefix for object keys within the GCS bucket.



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

def key_prefix
  @key_prefix
end

#metadataObject

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



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

def 
  @metadata
end

#storage_classObject

Storage class used for objects stored in GCS.



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

def storage_class
  @storage_class
end

#typeObject

The destination type. Always google_cloud_storage.



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

def type
  @type
end