v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1492497398.3 KB

Creates a customer managed security requirement pack.

post/CreateSecurityRequirementPack

Request body

namestring required

The name of the security requirement pack.

descriptionstring

A description of the security requirement pack.

status'ENABLED' | 'DISABLED'

The status of the pack. Defaults to ENABLED if not provided.

kmsKeyIdstring

Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.

tagsobject

Map of tags for a resource.

Response

Success

packIdstring required

The unique identifier of the created security requirement pack.

status'ENABLED' | 'DISABLED' required

The status of the created security requirement pack.

kmsKeyIdstring

The identifier of the AWS KMS key used to encrypt pack contents.