Creates a new custom control in Audit Manager.
See https://www.paws-r-sdk.com/docs/auditmanager_create_control/ for full documentation.
auditmanager_create_control(
name,
description = NULL,
testingInformation = NULL,
actionPlanTitle = NULL,
actionPlanInstructions = NULL,
controlMappingSources,
tags = NULL
)
[required] The name of the control.
The description of the control.
The steps to follow to determine if the control is satisfied.
The title of the action plan for remediating the control.
The recommended actions to carry out if the control isn't fulfilled.
[required] The data mapping sources for the control.
The tags that are associated with the control.