Learn R Programming

paws.security.identity (version 0.1.12)

guardduty_enable_organization_admin_account: Enables an AWS account within the organization as the GuardDuty delegated administrator

Description

Enables an AWS account within the organization as the GuardDuty delegated administrator.

Usage

guardduty_enable_organization_admin_account(AdminAccountId)

Value

An empty list.

Arguments

AdminAccountId

[required] The AWS Account ID for the organization account to be enabled as a GuardDuty delegated administrator.

Request syntax

svc$enable_organization_admin_account(
  AdminAccountId = "string"
)