---
title: "GET /v2/connect-instance/{connectInstanceId}/config"
method: GET
path: "/v2/connect-instance/{connectInstanceId}/config"
---

# GET /v2/connect-instance/{connectInstanceId}/config

`GET /v2/connect-instance/{connectInstanceId}/config`

Get the specific Connect instance config.

## Path parameters

- `connectInstanceId` string, required — Amazon Connect Instance Id

## Response `200`

Success

- GetConnectInstanceConfigResponse — The response for GetConnectInstanceConfig API.
  - `connectInstanceConfig` InstanceConfig — Instance config object
    - `connectInstanceId` string, required — Amazon Connect Instance Id
    - `serviceLinkedRoleArn` string, required — Service linked role arn
    - `encryptionConfig` EncryptionConfig, required — Encryption config for Connect Instance. Note that sensitive data will always be encrypted. If disabled, service will perform encryption with its own key. If enabled, a KMS key id needs to be provided and KMS charges will apply. KMS is only type supported
      - `enabled` boolean, required — Boolean to indicate if custom encryption has been enabled.
      - `encryptionType` 'KMS' — Server-side encryption type.
      - `keyArn` string — KMS key id/arn for encryption config.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — ValidationException
- `483` — AccessDeniedException

---

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