auditmanager_create_control: Creates a new custom control in Audit Manager

View source: R/auditmanager_operations.R

auditmanager_create_controlR Documentation

Creates a new custom control in Audit Manager

Description

Creates 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.

tags

The tags that are associated with the control.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.