---
title: "POST /CreateSecurityRequirementPack"
method: POST
path: "/CreateSecurityRequirementPack"
---

# POST /CreateSecurityRequirementPack

`POST /CreateSecurityRequirementPack`

Creates a customer managed security requirement pack.

## Request body

- object
  - `name` string, required — The name of the security requirement pack.
  - `description` string — A description of the security requirement pack.
  - `status` 'ENABLED' | 'DISABLED' — The status of the pack. Defaults to ENABLED if not provided.
  - `kmsKeyId` string — Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.
  - `tags` object — Map of tags for a resource.

## Response `201`

Success

- CreateSecurityRequirementPackOutput
  - `packId` string, required — The unique identifier of the created security requirement pack.
  - `status` 'ENABLED' | 'DISABLED', required — The status of the created security requirement pack.
  - `kmsKeyId` string — The identifier of the AWS KMS key used to encrypt pack contents.

## Other responses

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

---

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