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

# POST /BatchCreateSecurityRequirements

`POST /BatchCreateSecurityRequirements`

Batch creates security requirements in a customer managed pack.

## Request body

- object
  - `packId` string, required — The unique identifier of the security requirement pack to add requirements to.
  - `securityRequirements` CreateSecurityRequirementEntry[], required — List of security requirements to create.
    - `name` string, required — The name of the security requirement.
    - `description` string, required — A description of the security requirement.
    - `domain` string, required — The security domain the requirement belongs to.
    - `evaluation` string, required — The evaluation criteria used to assess compliance with this requirement.
    - `remediation` string — The recommended remediation steps when the requirement is not met.

## Response `201`

Success

- BatchCreateSecurityRequirementsOutput
  - `securityRequirements` BatchCreateSecurityRequirementResult[], required — The list of security requirements that were successfully created.
    - `packId` string, required — The unique identifier of the pack containing the security requirement.
    - `name` string, required — The name of the security requirement.
    - `description` string, required — A description of the security requirement.
    - `domain` string, required — The security domain the requirement belongs to.
    - `evaluation` string, required — The evaluation criteria used to assess compliance with this requirement.
    - `remediation` string — The recommended remediation steps when the requirement is not met.
    - `createdAt` string, date-time, required — The date and time the security requirement was created, in UTC format.
    - `updatedAt` string, date-time, required — The date and time the security requirement was last updated, in UTC format.
  - `errors` BatchSecurityRequirementError[], required — The list of errors for security requirements that failed to be created.
    - `securityRequirementName` string, required — The name of the security requirement that caused the error.
    - `code` string, required — The error code.
    - `message` string, required — The error message.

## Other responses

- `480` — ValidationException
- `481` — InternalServerException
- `482` — ResourceNotFoundException
- `483` — ConflictException
- `484` — ThrottlingException
- `485` — AccessDeniedException
- `486` — 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)
