Learn R Programming

paws.security.identity (version 0.1.12)

fms_get_admin_account: Returns the AWS Organizations master account that is associated with AWS Firewall Manager as the AWS Firewall Manager administrator

Description

Returns the AWS Organizations master account that is associated with AWS Firewall Manager as the AWS Firewall Manager administrator.

Usage

fms_get_admin_account()

Arguments

Value

A list with the following syntax:

list(
  AdminAccount = "string",
  RoleStatus = "READY"|"CREATING"|"PENDING_DELETION"|"DELETING"|"DELETED"
)

Request syntax

svc$get_admin_account()