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
readonly
Custom metadata key-value pairs added to each object.
-
#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.
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 |
#auth ⇒ Object
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 |
#bucket ⇒ Object
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 |
#id ⇒ Object
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 |
#inputs ⇒ Object
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_prefix ⇒ Object
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 |
#metadata ⇒ Object
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_class ⇒ Object
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 |
#type ⇒ Object
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 |