Policy types for @turbot/aws-hipaa

AWS > HIPAA

The AWS Health Insurance Portability and Accountability (HIPAA) is a set of controls to use the secure AWS environment to process, maintain, and store protected health information.

URI
tmod:@turbot/aws-hipaa#/policy/types/hipaa
Parent
Valid Value
[
"Skip",
"Check: All HIPAA Benchmarks"
]
Schema
{
"type": "string",
"enum": [
"Skip",
"Check: All HIPAA Benchmarks"
],
"default": "Skip"
}