auditmanager_create_assessment_framework: Creates a custom framework in Audit Manager

View source: R/auditmanager_operations.R

auditmanager_create_assessment_frameworkR Documentation

Creates a custom framework in Audit Manager

Description

Creates a custom framework in Audit Manager.

See https://www.paws-r-sdk.com/docs/auditmanager_create_assessment_framework/ for full documentation.

Usage

auditmanager_create_assessment_framework(
  name,
  description = NULL,
  complianceType = NULL,
  controlSets,
  tags = NULL
)

Arguments

name

[required] The name of the new custom framework.

description

An optional description for the new custom framework.

complianceType

The compliance type that the new custom framework supports, such as CIS or HIPAA.

controlSets

[required] The control sets that are associated with the framework.

tags

The tags that are associated with the framework.


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