---
title: "POST /event-log-configurations"
method: POST
path: "/event-log-configurations"
---

# POST /event-log-configurations

`POST /event-log-configurations`

Set the event log configuration for the account, resource type, or specific resource.

## Request body

- object
  - `ResourceType` string, required — The type of resource for the event log configuration.
  - `ResourceId` string — The identifier of the resource for the event log configuration.
  - `EventLogLevel` 'DEBUG' | 'ERROR' | 'INFO' | 'WARN', required — The logging level for the event log configuration.
  - `ClientToken` string — An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.

## Response `201`

Success

- CreateEventLogConfigurationResponse
  - `Id` string — The identifier of the event log configuration request.

## Other responses

- `480` — AccessDeniedException
- `481` — ValidationException
- `482` — InternalServerException
- `483` — ServiceQuotaExceededException
- `484` — ConflictException
- `485` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/iot-managed-integrations.md) · [All operations](https://skmtc.net/aws/apis/iot-managed-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iot-managed-integrations/revisions/d043c13c812a/schema)
