Class: DatadogAPIClient::V2::ObservabilityPipelineGoogleCloudStorageDestination
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineGoogleCloudStorageDestination
- 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
-
#acl ⇒ Object
readonly
Access control list setting for objects written to the bucket.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#auth ⇒ Object
readonly
GCP credentials used to authenticate with Google Cloud Storage.
-
#bucket ⇒ Object
readonly
Name of the GCS bucket.
-
#id ⇒ Object
readonly
Unique identifier for the destination component.
-
#inputs ⇒ Object
readonly
A list of component IDs whose output is used as the
input
for this component. -
#key_prefix ⇒ Object
Optional prefix for object keys within the GCS bucket.
-
#metadata ⇒ Object
Custom metadata to attach to each object uploaded to the GCS bucket.
-
#storage_class ⇒ Object
readonly
Storage class used for objects stored in GCS.
-
#type ⇒ Object
readonly
The destination type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#acl ⇒ Object
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_properties ⇒ Object
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 |
#auth ⇒ Object
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 |
#bucket ⇒ Object
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 |
#id ⇒ Object
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 |
#inputs ⇒ Object
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_prefix ⇒ Object
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 |
#metadata ⇒ Object
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_class ⇒ Object
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 |
#type ⇒ Object
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 |