---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_ivschat_logging_configuration{% #aws_ivschat_logging_configuration %}

## `account_id`{% #account_id %}

**Type**: `STRING` 

## `arn`{% #arn %}

**Type**: `STRING` **Provider name**: `arn` **Description**: Logging-configuration ARN, from the request (if `identifier` was an ARN). 

## `create_time`{% #create_time %}

**Type**: `TIMESTAMP` **Provider name**: `createTime` **Description**: Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string. 

## `destination_configuration`{% #destination_configuration %}

**Type**: `STRUCT` **Provider name**: `destinationConfiguration` **Description**: A complex type that contains a destination configuration for where chat content will be logged. There is only one type of destination (`cloudWatchLogs`, `firehose`, or `s3`) in a `destinationConfiguration`. 

- `cloud_watch_logs`**Type**: `STRUCT`**Provider name**: `cloudWatchLogs`**Description**: An Amazon CloudWatch Logs destination configuration where chat activity will be logged.
  - `log_group_name`**Type**: `STRING`**Provider name**: `logGroupName`**Description**: Name of the Amazon Cloudwatch Logs destination where chat activity will be logged.
- `firehose`**Type**: `STRUCT`**Provider name**: `firehose`**Description**: An Amazon Kinesis Data Firehose destination configuration where chat activity will be logged.
  - `delivery_stream_name`**Type**: `STRING`**Provider name**: `deliveryStreamName`**Description**: Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.
- `s3`**Type**: `STRUCT`**Provider name**: `s3`**Description**: An Amazon S3 destination configuration where chat activity will be logged.
  - `bucket_name`**Type**: `STRING`**Provider name**: `bucketName`**Description**: Name of the Amazon S3 bucket where chat activity will be logged.

## `id`{% #id %}

**Type**: `STRING` **Provider name**: `id` **Description**: Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the logging configuration. 

## `name`{% #name %}

**Type**: `STRING` **Provider name**: `name` **Description**: Logging-configuration name. This value does not need to be unique. 

## `state`{% #state %}

**Type**: `STRING` **Provider name**: `state` **Description**: The state of the logging configuration. When the state is `ACTIVE`, the configuration is ready to log chat content. 

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING` 

## `update_time`{% #update_time %}

**Type**: `TIMESTAMP` **Provider name**: `updateTime` **Description**: Time of the logging configuration's last update. This is an ISO 8601 timestamp; note that this is returned as a string. 
