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

# aws_ivs_encoder_configuration{% #aws_ivs_encoder_configuration %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `arn`{% #arn %}

**Type**: `STRING`**Provider name**: `arn`**Description**: ARN of the EncoderConfiguration resource.

## `name`{% #name %}

**Type**: `STRING`**Provider name**: `name`**Description**: Optional name to identify the resource.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `video`{% #video %}

**Type**: `STRUCT`**Provider name**: `video`**Description**: Video configuration. Default: video resolution 1280x720, bitrate 2500 kbps, 30 fps

- `bitrate`**Type**: `INT32`**Provider name**: `bitrate`**Description**: Bitrate for generated output, in bps. Default: 2500000.
- `framerate`**Type**: `FLOAT`**Provider name**: `framerate`**Description**: Video frame rate, in fps. Default: 30.
- `height`**Type**: `INT32`**Provider name**: `height`**Description**: Video-resolution height. This must be an even number. Note that the maximum value is determined by `width` times `height`, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 720.
- `width`**Type**: `INT32`**Provider name**: `width`**Description**: Video-resolution width. This must be an even number. Note that the maximum value is determined by `width` times `height`, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 1280.
