---
title: "PUT /security-profiles/{InstanceId}"
method: PUT
path: "/security-profiles/{InstanceId}"
---

# PUT /security-profiles/{InstanceId}

`PUT /security-profiles/{InstanceId}`

This API is in preview release for Amazon Connect and is subject to change.

Creates a security profile.

## Path parameters

- `InstanceId` string, required

## Request body

- object
  - `SecurityProfileName` string, required — The name of the security profile.
  - `Description` string — The description of the security profile.
  - `Permissions` SecurityProfilePermission[] — Permissions assigned to the security profile. For a list of valid permissions, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html">List of security profile permissions</a>.
  - `Tags` object — The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
  - `AllowedAccessControlTags` object — The list of tags that a security profile uses to restrict access to resources in Amazon Connect.
  - `TagRestrictedResources` TagRestrictedResourceName[] — The list of resources that a security profile applies tag restrictions to in Amazon Connect. Following are acceptable ResourceNames: <code>User</code> | <code>SecurityProfile</code> | <code>Queue</code> | <code>RoutingProfile</code>

## Response `200`

Success

- CreateSecurityProfileResponse
  - `SecurityProfileId` string — The identifier for the security profle.
  - `SecurityProfileArn` string — The Amazon Resource Name (ARN) for the security profile.

## Other responses

- `480` — InvalidRequestException
- `481` — InvalidParameterException
- `482` — LimitExceededException
- `483` — DuplicateResourceException
- `484` — ResourceNotFoundException
- `485` — ThrottlingException
- `486` — InternalServiceException

---

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