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.

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.



26
27
28
# File 'lib/datadog_api_client/v2/models/observability_pipeline_google_cloud_storage_destination.rb', line 26

def acl
  @acl
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



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

def additional_properties
  @additional_properties
end

#authObject

GCP credentials used to authenticate with Google Cloud Storage.



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

def auth
  @auth
end

#bucketObject

Name of the GCS bucket.



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

def bucket
  @bucket
end

#idObject

Unique identifier for the destination component.



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

def id
  @id
end

#inputsObject

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



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

def inputs
  @inputs
end

#key_prefixObject

Optional prefix for object keys within the GCS bucket.



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

def key_prefix
  @key_prefix
end

#metadataObject

Custom metadata key-value pairs added to each object.



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

def 
  @metadata
end

#storage_classObject

Storage class used for objects stored in GCS.



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

def storage_class
  @storage_class
end

#typeObject

The destination type. Always google_cloud_storage.



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

def type
  @type
end