getAdminAccount
inline suspend fun NetworkSecurityManagerClient.getAdminAccount(crossinline block: GetAdminAccountRequest.Builder.() -> Unit): GetAdminAccountResponse
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"
}Content copied to clipboard