Sha256: 96bf6259b754ddf1d6d594c59d5d6777cb707baa3d6c4c45ece6d0a709a77e44

Contents?: true

Size: 675 Bytes

Versions: 7

Compression:

Stored size: 675 Bytes

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

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v2/LogsArchiveDestinationS3.md
datadog_api_client-1.3.0 docs/v2/LogsArchiveDestinationS3.md
datadog_api_client-1.2.0 docs/v2/LogsArchiveDestinationS3.md
datadog_api_client-1.1.0 docs/v2/LogsArchiveDestinationS3.md
datadog_api_client-1.0.0 docs/v2/LogsArchiveDestinationS3.md
datadog_api_client-1.0.0.beta.3 docs/v2/LogsArchiveDestinationS3.md
datadog_api_client-1.0.0.beta.2 docs/v2/LogsArchiveDestinationS3.md