Sha256: 889832ed115cd79d1c6306c01282189ffd7801de5005ce54f21f3d344917d693

Contents?: true

Size: 1.22 KB

Versions: 2

Compression:

Stored size: 1.22 KB

Contents

# DatadogAPIClient::V2::LogsArchiveDestinationS3

## Properties

| Name            | Type                                                                | Description                                  | Notes                     |
| --------------- | ------------------------------------------------------------------- | -------------------------------------------- | ------------------------- |
| **bucket**      | **String**                                                          | The bucket where the archive will be stored. |                           |
| **integration** | [**LogsArchiveIntegrationS3**](LogsArchiveIntegrationS3.md)         |                                              |                           |
| **path**        | **String**                                                          | The archive path.                            | [optional]                |
| **type**        | [**LogsArchiveDestinationS3Type**](LogsArchiveDestinationS3Type.md) |                                              | [default to 's3'] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::LogsArchiveDestinationS3.new(
  bucket: bucket-name,
  integration: null,
  path: null,
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v2/LogsArchiveDestinationS3.md
datadog_api_client-1.5.0 docs/v2/LogsArchiveDestinationS3.md