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.



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

def additional_properties
  @additional_properties
end

#authObject

GCP credentials used to authenticate with Google Cloud Storage.



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

def auth
  @auth
end

#bucketObject

Name of the GCS bucket.



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

def bucket
  @bucket
end

#idObject

Unique identifier for the destination component.



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

def id
  @id
end

#inputsObject

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



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

def inputs
  @inputs
end

#key_prefixObject

Optional prefix for object keys within the GCS bucket.



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

def key_prefix
  @key_prefix
end

#metadataObject

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



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

def 
  @metadata
end

#storage_classObject

Storage class used for objects stored in GCS.



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

def storage_class
  @storage_class
end

#typeObject

The destination type. Always google_cloud_storage.



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

def type
  @type
end