Skip to content

Register Account

auditmanager_register_account R Documentation

Enables Audit Manager for the specified Amazon Web Services account

Description

Enables Audit Manager for the specified Amazon Web Services account.

Usage

auditmanager_register_account(kmsKey, delegatedAdminAccount)

Arguments

kmsKey

The KMS key details.

delegatedAdminAccount

The delegated administrator account for Audit Manager.

Value

A list with the following syntax:

list(
  status = "ACTIVE"|"INACTIVE"|"PENDING_ACTIVATION"
)

Request syntax

svc$register_account(
  kmsKey = "string",
  delegatedAdminAccount = "string"
)