getAdminAccount

Retrieves the details of the specified AWS Network Security Manager administrator account.

Samples

// Retrieves the details and administrative scope of a Network Security Manager administrator account.
val resp = networkSecurityManagerClient.getAdminAccount {
    accountId = "234567890123"
}