---
title: "POST /v1/worker-configurations"
method: POST
path: "/v1/worker-configurations"
---

# POST /v1/worker-configurations

`POST /v1/worker-configurations`

Creates a worker configuration using the specified properties.

## Request body

- object
  - `description` string — A summary description of the worker configuration.
  - `name` string, required — The name of the worker configuration.
  - `propertiesFileContent` string, password, required — Base64 encoded contents of connect-distributed.properties file.
  - `tags` object — The tags you want to attach to the worker configuration.

## Response `200`

Success

- CreateWorkerConfigurationResponse
  - `creationTime` string, date-time — The time that the worker configuration was created.
  - `latestRevision` object — The latest revision of the worker configuration.
    - `creationTime` string, date-time — The time that a worker configuration revision was created.
    - `description` string — The description of a worker configuration revision.
    - `revision` integer — The revision of a worker configuration.
  - `name` string — The name of the worker configuration.
  - `workerConfigurationArn` string — The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration.
  - `workerConfigurationState` 'ACTIVE' | 'DELETING' — The state of the worker configuration.

## Other responses

- `480` — ConflictException
- `481` — NotFoundException
- `482` — BadRequestException
- `483` — ForbiddenException
- `484` — ServiceUnavailableException
- `485` — TooManyRequestsException
- `486` — UnauthorizedException
- `487` — InternalServerErrorException

---

[API](https://skmtc.net/aws/apis/kafkaconnect.md) · [All operations](https://skmtc.net/aws/apis/kafkaconnect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/kafkaconnect/versions/bf394e0acb7e/schema)
