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